Skip to main content

IDE other than nvim

VS-code shortkeys

⌘ , open setting editor

Ctrl B toggle file tree view

Muốn comment 1 đoạn code thì có 2 cách:

  1. Ctrl + / (smart comment)
  2. Shift + Alt + A (chỉ comment phần selected)

⌘D selects the word at the cursor, or the next occurrence of the current selection. Phải select trước rồi mới cmd D. src