Skip to content

leugimkm/vscode-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio Code (VS Code) Settings

Github license GitHub repo size

Profiles

Tip

Profiles allow you to customize your development environment for different projects or tasks. For more details, visit this link.

Global Settings

Note

Common configurations across all profiles

Keybindings Overview

Important

Keybindings for all profiles: keybindings.json

Command Key Command id
Go to Implementation ctrl+space ctrl+i editor.action.goToImplementation
Show All Editors ctrl+space ctrl+p workbench.action.showAllEditors
Execute Python Code ctrl+alt+j python.execInTerminal
Close Active Editor ctrl+alt+j workbench.action.closeActiveEditor
Toggle Sidebar Visibility ctrl+space ctrl+space workbench.action.toggleActivityBarVisibility
Toggle Statusbar Visibility ctrl+space ctrl+s workbench.action.toggleStatusbarVisibility
Quick Open Select Previous ctrl+shift+k workbench.action.quickOpenSelectPrevious
Quick Open Select Next ctrl+shift+j workbench.action.quickOpenSelectNext
Navigate Left ctrl+h workbench.action.navigateLeft
Navigate Right ctrl+l workbench.action.navigateRight
Navigate Up ctrl+k workbench.action.navigateUp
Navigate Down ctrl+j workbench.action.navigateDown
Toggle Sidebar Visibility space e workbench.action.toggleSidebarVisibility
Previous Editor in Group ctrl+shift+h workbench.action.previousEditorInGroup
Next Editor in Group ctrl+shift+l workbench.action.nextEditorInGroup
Move Line Down alt+j editor.action.moveLinesDownAction
Move Line Up alt+k editor.action.moveLinesUpAction
Show Definition Hover shift+k editor.action.showDefinitionPreviewHover
Scroll Left Hover h editor.action.scrollLeftHover
Scroll Right Hover l editor.action.scrollRightHover
Scroll Up Hover k editor.action.scrollUpHover
Scroll Down Hover j editor.action.scrollDownHover
Close Active Editor space d workbench.action.closeActiveEditor
Rename File r renameFile
Copy File c filesExplorer.copy
Paste File p filesExplorer.paste
Cut File x filesExplorer.cut
Delete File d deleteFile
New File a explorer.newFile
New Folder f explorer.newFolder
Open to Side s explorer.openToSide
Split and Run Commands shift+s runCommands
Open and Pass Focus enter explorer.openAndPassFocus

About

Settings for Visual Studio Code

Topics

Resources

License

Stars

Watchers

Forks