VSCode
interactive playgroundをやる
JSON language serverが動作してないと思える(intellisenseは動作してる?)ので調査する
手がかりがない。 #NOTFIXED
Visual Studio Code Telemetry
telemetryのlogを調べる
telemetry以外にどういうlogが取れるかも調査する。
VS Code ユーザー設定
VS Code User Interface
VSCode shortcut
extension
~/.vscode/extensions
公開してないものは、vsixファイルを使う。これもここにある。
Visual Studio Code の拡張機能を VSIX ファイルからインストールする
Document
Documentation for Visual Studio Code
機能
command palette CTR+SHIFT+P
大枠を捉えたい。
一覧でみたい。 Preferencesなど
User Interface overview
CTR+SHIFT, E(xplorer), F(ilesearch) ,G(it,), M(workbench), \`(terminal)
VSCodeVim
Interactive PlayGround
機能を知る
Ctrl + Shift + P で、'interactive...と打てば、出てくる。
rename, format, folding, errors, emmet,
shortcut
WebコーダーがVSCodeで使いたいショートカットと設定、拡張機能 | HPcode
参考になりそうで、あとで見直す。 #TODO201908
逆引き
keybindからコマンド名を知りたい
keyboard shortcuts にいって、 ctrl + ...みたいに打つ。
設定を知りたい
~/.config/Code/Userに行く
Editor Groupsとは
Visual Studio Code User Interface
利便性がわからない....
Debugging
Debugging in Visual Studio Code
launch.json インテリセンスを使うためのもの? これは大事。
Python
Editing Python Code in Visual Studio Code
intellisenseが動いたので(interpreterのpython2だとだめだった)
以下、どこのものか忘れた。
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
参考
Python の開発に VSCode を使ってみた雑感 - 病みつきエンジニアブログ
Want:
TypeScript で使いたい
#IDE #devops