Skip to content

jamesdeklerk/vs-code-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS Code Settings

Folder to clone to

If cloned to the appropriate folder, all the VS Code settings will be applied automatically, and pulling the latest changes will give you the latest settings. There are however some settings that need to be applied manually, for this, see Theming.

For Windows:

C:\Users\yourusername\AppData\Roaming\Code\User

For Mac:

/Users/yourusername/Library/Application Support/Code/User

Keybindings

File > Preferences > Keyboard Shortcuts
Use: keybindings.json

Key Function
ctrl+shift+down move lines down
ctrl+shift+up move lines up
ctrl+d duplicate lines
ctrl+shift+l format
ctrl+e preview declaration
ctrl+shift+t terminate
ctrl+shift+o toggle output
ctrl+enter open command palette
ctrl+shift+enter open command palette to run command

Snippets

Use: css.json, scss.json, javascript.json, typescript.json

Theming (apply manually)

ext install Theme-MaterialKit

Color Theme

File > Preferences > Color Theme > Material Night Eighties

File Icon Theme

File > Preferences > File Icon Theme > Seti (Visual Studio Code)

Releases

No releases published

Packages

No packages published