VS Code User Interface
from VSCode
user interface 用語
Visual Studio Code User Interface
ある程度覚えると、コマンドをcommand pallet で検索できるようになる。
Active Bar
editor group
splitするので、editor groupという名前を当ててる
split <-> join という動詞
panel
https://gyazo.com/533e48c5df5296265e35776dcebd6e60
keybind:
intellsenseのsuggestをどうするか?
ctrl+spaceは、IMEの切り替えに使うので、
tab+spaceにした。https://github.com/kimiyuki/dotfiles/blob/master/vscode_user_keybindings.json
keyboard.dispatchが、code(default), keycodeかで混乱してた。
Keybinding Issues · Microsoft/vscode Wiki
だいたいの solution -> "keyboard.dispath" : "keycode"  #keycode
keyboard.dispatchの値で、keybindのreference設定が変わるので、大変?なことに。
keycodeの場合は、不思議なキーバインド表記になってしまう。
vimモードだと、ほとんどの既存のショートカット設定が該当しない。
vim extensionで、foldしたものが 勝手にcollapseしてしまう問題
Folded code unfolds if you spend some (unknown number) of ms idle in a fold · Issue #1004 · VSCodeVim/Vim
settings.json に "vim.foldfix":true で一応治るけど、他の動作が怪しくなる雰囲気があり...難しい
Is there a quick change tabs function in Visual Studio Code? - Stack Overflow
visual studio code - Is there a hotkey to switch between split window panes? - Stack Overflow
Pane resize
Pane resize handle feels too small Linux, Electron fails to update mouse cursor · Issue #62320 · Microsoft/vscode
Yeah I often hit this too. We currently use 4px for sashes:
Matebook Pro Xで、resolution 3000pxx2000px で scaleを200%にしてるので、見た目だと、2pxをつかむゲームしてる..