vs code change shortcuts code example

Example 1: replace shortcut key in vscode

in window 
	Ctrl+H

Example 2: 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.

Example 3: 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

Example 4: visual studio code edit shortcuts

Windows edit key bindings: 
ctrl + k -> ctrl + s

Example 5: new file shortcut vscode

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

//Or use a great extension: File Utils

Example 6: vscode list of all shortcuts

ctrl + k and ctrl + s // List of all shortcuts

Tags:

Go Example