VSCode
interactive playgroundをやる
JSON language serverが動作してないと思える(intellisenseは動作してる?)ので調査する
telemetryのlogを調べる
telemetry以外にどういうlogが取れるかも調査する。
extension
~/.vscode/extensions
公開してないものは、vsixファイルを使う。これもここにある。
Document
機能
大枠を捉えたい。
一覧でみたい。 Preferencesなど
User Interface overview
CTR+SHIFT, E(xplorer), F(ilesearch) ,G(it,), M(workbench), \`(terminal)
Interactive PlayGround
機能を知る
Ctrl + Shift + P で、'interactive...と打てば、出てくる。
rename, format, folding, errors, emmet, shortcut
逆引き
keybindからコマンド名を知りたい
keyboard shortcuts にいって、 ctrl + ...みたいに打つ。
設定を知りたい
~/.config/Code/Userに行く
Editor Groupsとは
利便性がわからない....
Debugging
launch.json インテリセンスを使うためのもの? これは大事。
Python
以下、どこのものか忘れた。
shift-enterで selection評価して、次の行に進めばもっといいけど、
とりあえず、これでもOK
Note: At present, using Shift+Enter keeps the editor on the same line of source code. Issue 480 discusses automatically moving to the next lin
参考
Want: