Using Code Shortcuts
While this feature isn’t exclusive to Visual Studio 2017, it certainly is very useful. I continually find myself modifying a specific section of code in a very large project. It sure is a pain having to sift through lines of code to find that specific code again. This is where using code shortcuts can come in very handy. From the Task List I can view my shortcuts and double click on one to go directly to the code I need to be at.
To open up the Task List, type Ctrl+W+T or go to the View menu item, and select Task List from there. I love productivity tips like this.