#—————————————————————–# shortcut key in vscode
I am currently seeking information about a specific shortcut key in Visual Studio Code (VSCode) that I have used in the past but have since forgotten.
New contributor
Swetha C01 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
In order to show the list of shortcuts you can press Ctrl+K
Ctrl+S
on Windows (or also Ctrl+shift+P
, then type Preferences: Open Keyboard Shortcuts
).
Hope this helps