Skip to content

bzy-debug-orgnization/vscode-extension-type-definition-aside

Repository files navigation

Open Type Definition Aside

This extension add a command (editor.action.revealTypeDefinitionAside) and a editor context menu item to open the type definition aside.

command:

menu item:

Config

It's better to use this extension with key bindings.

In your keybindings.json

{
  "key": "<keybindings-you-like>",
  "command": "editor.action.revealTypeDefinitionAside",
  "when": "editorHasTypeDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
},

Or if you are using vscode vim, in your settings.json

  "vim.normalModeKeyBindingsNonRecursive": [
    ...
    {
      "before": ["<C-w>", "g", "t"],
      "commands": ["editor.action.revealTypeDefinitionAside"]
    }
  ]

About

vscode command to open type definition aside

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •