Visual Studio Tips and Tricks

Productivity Driven Development

Navigate to Files and Symbols

| Comments

The Navigate To (Edit->Navigate To or Ctrl + ,) feature in Visual Studio allows you to easily search for and navigate to files and symbols. You can configure its options (Alt down) to use preview tab, show item details and search for external items. By default, it also searches the file path for the search string. You can prevent this by prefixing your search text with @.

Want to learn more about Visual Studio? Check out this Pluralsight Course.
Use SqlSmash to write maintainable SQL scripts, understand code faster and navigate around easily in SSMS.

Comments