view · edit · history · print

VSCode RAW notes

ref

Must know - selection

  • Ctrl + F2 = Select all occurrences of current word
  • Alt+Enter = Select all occurences of Find match
  • Shift + Alt + I = Insert cursor at end of each line selected
  • Ctrl + Alt + UP/DOWN = Insert cursor above / below = vertical selection
  • Shift+Alt + (drag mouse) OR Ctrl+Shift+Alt + (arrow key) = Column (box) selection

Must know - keyboard

  • Alt + UP/DOWN = Move/shift line up/down
  • Ctrl + U = Undo last cursor operation
  • Ctrl + Tab = Navigate editors(+Shift)
  • Ctrl + K V = Open Markdown preview to the side
  • Ctrl + K Z = Zen Mode (Esc Esc to exit)
  • Ctrl + +/- = Zoom in/out
  • Ctrl + B = Toggle Sidebar visibility

calculations

  • add-on calculate
    • custom VScode ctrl+* shortcut
      • wrapper shortcut ctrl+/ with AHK to: 1) select full line and 2) run VScode ctrl+*

extensions

region folding for VS Code

 region folding is supported by default but cannot easily be customized, this add-on allows customization for AHK
admin · attr · attach · edit · history · print
Page last modified on August 16, 2019, at 07:04 AM