Answers for "Visual Studio solution explorer search wildcard"

0

Visual Studio solution explorer search wildcard

/*
There is no wildcard available in the Visual Studio Solution Explorer at the time of writing.

However, the following may help speed up a search:

In the VS Solution Explorer, type ">of " and then the filename you want to search.
( You can jump to that box using the keystroke Ctrl+/ )

Now type ">of " and follow with the start of a filename
E.g. >of StartOfMyFilename
*/
Posted by: Guest on April-21-2022

Browse Popular Code Answers by Language