keyboard shortcut
- terminalに移動: workbench.action.terminal.focus
Basics
- Ctrl+@: Terminal open/close
Topics
- 🔧VSCode Calva: Clojure開発環境.
Keybind
- Alt + z: 折り返し.
VSCodeでEmacs Keybindings
Awesome Emacs Keymapが一番人気そう.
rulerを表示
“editor.rulers”: [120]
Search
サイドバーから検索する方法と、Search Editorの2つがある.
- Ctrl+Shift+o: エディタ内シンボル検索/移動
- Ctrl+T: ワークスペースシンボル検索/移動
Search Editor
- F4/Shift+F4: 移動
- クリック: jump(これをキーボードでやりたいがよくわからない. Enterが発動しない).
Cursor/Cline(VSCode)でも思考の速度でコード検索したい - tomoima525’s blog
Tips
import文の自動整列
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
Debug
- launch.json: 設定ファイル.
Debug code with Visual Studio Code
Journals
<2024-12-24 Tue 17:21>
🗒Cursor AIのために再入門してる.