Beberapa Shortcut Visual Studio Code


Visual studio Code merupakan aplikasi cross platform yang dapat digunakan berbagai sitem operasi seperti windows, Linux, dan Mac OS. VS Code termasuk software yang ringan namun kuat editor sumbernya dengan deskop. Menggunakan berbagai macam bahasa pemprograman seperti Java, JavaSkrip, Go, C++, dan masih banyak yang lainnya. Komponen dari Visual Studio juga sama seperti yang digunakan di Azura DevOps. Visual Studio memiliki lintas platform kode editor yang ringan, dapat digunakan oleh siapa saja untuk membuat atau membangun aplikasi web.

Untuk bisa menggunakan vscode dengan efektif, developer disarankan mengetahui beberapa shortcuts atau

key binding penting yang digunakan oleh editor ini. Berikut ini beberapa key binding penting pada vscode di windows OS :

  • Ctrl+X Cut line (empty selection)
  • Ctrl+C Copy line (empty selection)
  • Shift+Delete Cut line
  • Ctrl+Shift+K Delete Line
  • Ctrl+Enter Insert Line Below
  • Ctrl+Shift+Enter Insert Line Above
  • Alt+Down Move Line Down
  • Alt+Up Move Line Up
  • Shift+Alt+Down Copy Line Down
  • Shift+Alt+Up Copy Line Up
  • Ctrl+Shift+L Select all occurrences of current selection
  • Ctrl+F2 Select all occurrences of current word
  • Ctrl+Alt+Down Insert Cursor Below
  • Ctrl+Alt+Up Insert Cursor Above
  • Ctrl+Alt+] Jump to matching bracket
  • Ctrl+] Indent Line
  • Ctrl+[ Outdent Line
  • Home Go to Beginning of Line
  • End Go to End of Line
  • Ctrl+End Go to End of File
  • Ctrl+Home Go to Beginning of File
  • Ctrl+/ Toggle Line Comment
  • Shift+Alt+A Toggle Block Comment
  • Ctrl+F Find
  • Ctrl+H Replace
  • F3 Find Next
  • Shift+F3 Find Previous
  • Ctrl+M Toggle Use of Tab Key for Setting Focus
  • Ctrl+Space Trigger Suggest
  • Ctrl+Alt+F Format Code
  • Ctrl+F12 Go to Definition
  • Alt+F12 Peek Definition
  • Ctrl+. Quick Fix
  • Shift+F12 Show References
  • F2 Rename Symbol
  • Ctrl+Down Replace with Next Value
  • Ctrl+Up Replace with Previous Value
  • Shift+Alt+Right Expand AST Select
  • Shift+Alt+Left Shrink AST Select
  • Ctrl+T Show All Symbols
  • Ctrl+G Go to Line…
  • Ctrl+E Go to File…
  • Ctrl+Shift+O Go to Symbol…
  • Ctrl+Shift+M Show Errors and Warnings
  • F8 Go to Next Error or Warning
  • Shift+F8 Go to Previous Error or Warning
  • Ctrl+Shift+P Show All Commands
  • Ctrl+Tab Navigate History
  • Alt+Left Go Back
  • Alt+Right Go Forward
  • Ctrl+Shift+N New Window
  • Ctrl+Shift+W Close Window
  • Ctrl+W Close Editor
  • Ctrl+` Cycle Between Opened Editors
  • Ctrl+\ Split Editor
  • Ctrl+1 Focus into Left Hand Editor
  • Ctrl+2 Focus into Side Editor
  • Ctrl+3 Focus into Right Hand Editor
  • Ctrl+Alt+Left Focus into Next Editor on the Left
  • Ctrl+Alt+Right Focus into Next Editor on the Right
  • Ctrl+N New File
  • Ctrl+Alt+O Open File…
  • Ctrl+S Save
  • Ctrl+Shift+S Save All
  • Ctrl+Alt+S Save As…

Komentar

Postingan Populer