Skip to content

Instantly share code, notes, and snippets.

@Ryanglambert
Created October 22, 2019 23:45
Show Gist options
  • Save Ryanglambert/c50e7616650ad2be970ec9548c3bb689 to your computer and use it in GitHub Desktop.
Save Ryanglambert/c50e7616650ad2be970ec9548c3bb689 to your computer and use it in GitHub Desktop.
vscode settings
[
{
"key": "shift+cmd+g",
"command": "editor.action.openDeclarationToTheSide",
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
},{
"key": "shift+tab",
"command": "editor.action.previewDeclaration",
"when": "editorHasDefinitionProvider && editorTextFocus && !inReferenceSearchEditor && !isEmbeddedEditor"
},{
"key": "cmd+g",
"command": "editor.action.goToDeclaration",
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
},{
"key": "enter",
"command": "list.select",
"when": "explorerViewletVisible && filesExplorerFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment