Categories
Dekstop IDEs

Visual Studio – Working with Code

  • Alt+Enter or Ctrl+. for generating functions for example for declaration
  • F12 go to definition
  • Ctrl+K+O switch between header and source
  • Ctrl+Space autocomplete
  • Ctrl+- go back
  • Ctrl+Shift+- go forward
  • Ctrl+D duplicate line
  • Shift+Del delete line and place it in the clipboard
  • Ctrl+Shift+V clipboard with clipboard history in VS
  • Alt+Up or Down move a code line