"Inner Platform Effect"
First add search to your code editor. Then make your search more complex and in it's own window. Then add code-editing to the search window ....
Credit to https://thedailywtf.com/articles/The_Inner-Platform_Effect
Microsoft has added the ability to edit code while in Visual Studio's All-In-One Search user interface. The feature is included in Visual Studio 2022 17.3 Preview 2 and follows changes to search functionality in the development suite. At the start of the year, Microsoft introduced indexed Find in Files to speed up the already …
Slightly ominously, one user said that they "would prefer if Visual Studio just follows how VS Code has implemented its search."
No! No, no, no, no, no!
Search, like almost everything else, in VSCode is annoying beyond belief.
I wish Microsoft would focus on fixing and improving all the crap that's half-implemented/half-broken:
Give us C++ Intellisense that actually works. (For the love of Dog how fucking hard can this really be?)
Make F12 (Go to declaration) context sensitive. (Hitting F12 over a very obvious class member in one of my classes shouldn't open a list of a thousand similarly named things from the Platform SDK for me to choose from.)
(Just those two points alone would mean we can probably stop using search for most things in the first place.)
Give us back some of our vertical screen space that has slowly been eaten away over the years with title bars, toolbars, scrollbars, and tabs for every fucking tool window.
Give us back the performance that Visual Studio had before the switch to .Net. (Where starting, restarting, stopping and single stepping in a debug session took fractions of a second instead of many seconds.)
Make syntax colouring/highlighting work in realtime instead of lagging behind by a few seconds. (Or giving up entirely halfway through a file.)
And finally stop running a thousand helper processes in the background that kill performance for the entire machine.
<Insert other items here> ;)
</rant>
Is it lunchtime yet?
Oh, and for the article itself... isn't Intellisense meant to be an indexed database of the project in the first place? Why do you need another background process to duplicate that work? Just. Fucking. Fix. Intellisense.