Skip to content

Instantly share code, notes, and snippets.

View Ryanglambert's full-sized avatar

Ryan Lambert Ryanglambert

View GitHub Profile
@Ryanglambert
Ryanglambert / vscode_settings.json
Created October 22, 2019 23:45
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"
},{