geddski / macros

macros support for VS Code
MIT License
166 stars 36 forks source link

List of editor.actions #35

Open tpitman opened 6 years ago

tpitman commented 6 years ago

I am not sure whether the editor.actions that you list in your examples is part of your extension or part of visual studio code. I assume it is part of visual studio code.

I have searched and cannot find a list of all editor.actions for VSCode. Can someone point me to this documentation specifically? I have looked in the VSCode documentation and can't find it there either.

airandfingers commented 6 years ago

File > Preferences > Keyboard Shortcuts shows a searchable list of commands.

I find that it's useful to search by the key combinations you're already using, e.g. "Home" to show any shortcuts that use the Home key.