Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 925 Bytes

File metadata and controls

77 lines (50 loc) · 925 Bytes

VS Code Basic Shortcuts

Open a Repository in VS Code

Mac

command + o

Windows

Ctrl + o

Open VS Code from Terminal

Mac

command + j

Windows

Ctrl + `

Add a New File

Mac

command + n

Windows

Ctrl + n

Add a New Folder

Mac

command + shift + p  => type : new folder => select File : New Folder

Windows

Ctrl + shift + p  => type : new folder => select File : New Folder

Format a File

Mac

shift + option + f

Windows

shift + alt + f

More Shortcuts