macros icon indicating copy to clipboard operation
macros copied to clipboard

List of editor.actions

Open tpitman opened this issue 7 years ago • 1 comments

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.

tpitman avatar Jun 06 '18 14:06 tpitman

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.

airandfingers avatar Jun 28 '18 07:06 airandfingers