最終更新:2016-02-03 (水) 14:28:38 (2998d)  

Visual Studio Code/メニュー
Top / Visual Studio Code / メニュー

File

  • New File - Ctrl+N
  • New Window - Ctrl+Shift+N
  • Open File - Ctrl+O
  • Open Folder
  • Open Recent
  • Save - Ctrl+S
  • Save As - Ctrl+Shift+S
  • Save All
  • Auto Save
  • Preferences
  • Revert File
  • Close Editor - Ctrl+F4
  • Close Folder
  • Close Window - Ctrl+Shift+W
  • Exit

Edit

  • Undo - Ctrl+Z
  • Redo - Ctrl+Y
  • Cut - Ctrl+X
  • Copy - Ctrl+C
  • Paste - Ctrl+C
  • Select All - Ctrl+A
  • Find + Ctrl+F
  • Replace + Ctrl+H
  • Find in Files - Ctrl+Shift+F

View

  • Command Palette - Ctrl+Shift+P
  • Errors and Warnings - Ctrl+Shift+M
  • Toggle Output - Ctrl+Shift+U
  • Toggle Full Screen - F11
  • Split Editor - Ctrl+\
  • Toggle Side Bar - Ctrl+B
  • Move Side Bar
  • Zoom in - Ctrl+;
  • Zoom out - Ctrl+-

Goto

  • Back - Alt+左
  • Forward - Alt+右
  • Navigate History - Ctrl+Tab
  • Go to File - Ctrl+P
  • Go to Symbol - Ctrl+Shift+O
  • Go to Definition - F12
  • Go to Line - Ctrl+G

Visual Studio Code/サイドバー

  • Explore - Ctrl+Shift+E
  • Search - Ctrl+Shift+F
  • Git - Ctrl+Shift+G
  • Debug - Ctrl+Shift+D