From the course: Visual Studio 2019 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Quickly launch commands with the search tool

Quickly launch commands with the search tool - Visual Studio Tutorial

From the course: Visual Studio 2019 Essential Training

Start my 1-month free trial

Quickly launch commands with the search tool

- [Instructor] Searching within applications is becoming customary in many Microsoft products. As the apps become bigger and more complex, we need ways to find a tool or setting easily. Hunting aimlessly through menus and dialogues is not acceptable anymore. Here's an example, there's a feature that I like called View White Space. I have a hard time remembering where to find that in the Visual Studio menus. Or is it in the Tools Options dialogue? It happens to be over here in the Edit menu, Advanced, View White Space. Now this is a toggle menu, so when I click on it it'll put a visual indicator in my code that says that this white space between these two words is a spaced character and this white space at the beginning of the line is a tab. To turn off that feature, I have to go back to the same place. Do you remember where that is? Right, Edit, Advanced, View White Space. Another feature I turn off when I'm recording some of these videos is called CodeLens. That happens to be in…

Contents