1. Visual Studio Minute Tips
Navigate your code with the hidden Window Search menu
()
Refactor a switch statement into a switch expression
()
Search the contents of the Solution Explorer
()
Search for a command with Quick Launch
()
Use Tabify and Untabify to fix inconsistent spacing
()
Use multiple carets to select and edit text
()
Create custom naming style rules
()
Rename classes and namespaces to match file and folder names
()
Refactor if statements
()
Get a file path from the Editor tab
()
Navigate and edit code with multiple carets
()
Track Active Item in Solution Explorer
()
Fun with the Solution Explorer window
()
Better code validation with the CodeQuality NuGet package
()
Preview SVG files in the Visual Studio
()