microsoft / vscode-azurecli

VS Code extension for the Azure CLI 2.0
MIT License
71 stars 46 forks source link

How to run the selected text ? and what is the keyboard short cut to do the same? #69

Closed megnath777 closed 4 years ago

megnath777 commented 4 years ago

How to run the selected text (Command)? and what is the keyboard short cut to do the same? I know it a stupid question but it is not obvious , I am new to VS code!

chrmarti commented 4 years ago

Press F1 and search for that command: image

This is a built-in command from VS Code, I don't think there is a shortcut assigned, but you can certainly assign one (I use Cmd + ' on Mac).

chrmarti commented 4 years ago

There is also documentation on assigning keybindings, HTH: https://code.visualstudio.com/docs/getstarted/keybindings