Atalhos Do Visual Studio
Atalhos Do Visual Studio
Atalhos Do Visual Studio
Ctrl+P Print
Ctrl+Tab, then Arrow keys Press and hold Ctrl+Tab, then using arrow keys gives a small task manager
▲ up
2. Bookmarks
For keystrokes with two keys such as Ctrl+k+k, keep holding the Ctrl key until releasing the last key.
▲ up
3. Code Editor
Ctrl+D Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#
Ctrl+Z Undo
Select Text
Ctrl+Shift+Page Down/Page Up Moves cursor and extend selection to the last line / first line in view.
Ctrl+Shift+Arrow Right/Arrow Left Extend selection one word to the right / one word to the left
▲ up
4. Coding
Collapse Items
Edit Code
Ctrl+K+\ Remove white space and tabs in selection or around current cursor positio
Ctrl+Shift+T Transpose word to right of cursor; makes b=a out of a=b if cursor was in f
Ctrl+T Transpose character left and right of cursor; cursor between ab would mak
Shift+Alt+T Transpose line: Move line below cursor up and current line down.
F9 Toggle breakpoint
F5 Start debugging
F11 Debug / step into
▲ up
6. Tool Windows