Answers for "vs code change shortcuts"

3

replace shortcut key in vscode

in window 
	Ctrl+H
Posted by: Guest on May-21-2021
10

vs code copy a link down

On Windows: Shift + Alt + Up/Down.
On Mac: Shift + Option + Up/Down.
On Ubuntu: Ctrl + Shift + Alt + Up/Down.
Posted by: Guest on July-13-2020
1

quick fix shortcut vscode

On Windows, use the Ctrl + . keys. Then just select the Quick Fix suggestion that you want to apply to your code
Posted by: Guest on October-13-2020
4

new file shortcut vscode

ctrl + n // Windows/Linux
cmd + n  // MacOS

//Or use a great extension: File Utils
Posted by: Guest on August-29-2020
-1

vscode list of all shortcuts

ctrl + k and ctrl + s // List of all shortcuts
Posted by: Guest on December-06-2020

Browse Popular Code Answers by Language