On the Visual Studio toolbar, you can enter commands in the search field, prefixed with>. Is there any way to disable this? I have never used this feature, and it is a little annoying when you try to find something that you think the prefix is larger than in the code. This is especially annoying when you accidentally search for "> exit" and the IDE quits (I knew there was a line in the code that was something like if(counter > exitCount), so I entered this search without thinking).
At least you can escape the> character so that you can search for it? The prefix with ^ does not work.
source
share