

- #Highlight line in visual studio 2017 shortcut install
- #Highlight line in visual studio 2017 shortcut code
- #Highlight line in visual studio 2017 shortcut windows
#Highlight line in visual studio 2017 shortcut windows
She loves to talk about Windows Phone, HTML5 and the cloud and has worked as a consultant doing programming, testing, data conversions, rollouts and also as a trainer teaching Oracle, SQL Server, SQL Server BI, and. Here is a quicker way : select the Solution item, Alt+Enter shortcut to. Susan Ibach is a developer evangelist at Microsoft Canada. The shortcut Ctrl+ set the focus in the Visual Studio Solution Explorer search.
If you've moved from one location to another you can use the keyboard sequenceWhen you have multiple files open at the same time, you might want a way to quickly move back and forth between two or three different locations in your code.
#Highlight line in visual studio 2017 shortcut install
NET-related workloads you can also install it. Navigate Forward/Backward Ctrl+–/Ctrl+Shift+– In Visual Studio 2017, NuGet and the NuGet Package Manager are automatically installed when you select any.

You can use the Esc key to close the preview. For a comprehensive list of command shortcuts and a printable keyboard shortcut cheat sheet, see Keyboard shortcuts in Visual Studio. These shortcuts include keyboard and mouse shortcuts as well as text you can enter to help accomplish a task more easily. If you've installed Visual Studio 2013, there's a new keyboard shortcut - Alt+F12 - that will give you a preview of the method being called inline. You can navigate in Visual Studio more easily by using the shortcuts in this article. Sometimes, you just want a quick look at the method. Go To Definition will navigate to the called method however, many times you don't need to navigate to the code.
#Highlight line in visual studio 2017 shortcut code
When you're going through your code and you want to examine the code in the method you're calling, many programmers will use the F12 key or the pop-up menu option Go To Definition. If you select a block of code and use the key sequence Ctrl+K+C, you'll comment out the section of code. Whether it's because you're trying to track down a "but," or experimenting with code change, from time to time you'll want to comment and uncomment blocks of code. It doesn't delete the code, it just removes the icon that lets you expand and collapse. The key sequence Ctrl+M+U will remove the collapsible region. Did you know you can create your own collapsible regions? If you select a section of code and then use the key sequence Ctrl+M+H, you turn that region into a collapsible/expandable region. If you use the Alt+Down Arrow keys, the line of code selected moves down.Ĭreate Collapsible Region Ctrl+M+H/Ctrl+M+UĬhances are you've noticed the "+" and "-" symbols in the margins that let you collapse and expand your classes and functions. If you put the cursor on a line of code and use the Alt+Up Arrow keys, the line of code you've selected moves up. This keyboard shortcut is new in Visual Studio 2013. There's a good chance at least one of them will be new to you. Here are five of my favorite keyboard shortcuts in Visual Studio.
