Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Goto Implementation #77

Closed
thekalinga opened this issue Jun 6, 2017 · 0 comments
Closed

Add support for Goto Implementation #77

thekalinga opened this issue Jun 6, 2017 · 0 comments
Assignees
Milestone

Comments

@thekalinga
Copy link

thekalinga commented Jun 6, 2017

In vscode we have an action that lets us navigate to implementation. Looks like it is mapped to Ctrl+F12 by default. This should be mapped to Ctrl+Alt+B

Here is the default shortcut snippet I copied from vscode

{
  "command": "editor.action.goToImplementation",
  "key": "ctrl+f12",
  "when": "editorHasImplementationProvider && editorTextFocus && !isInEmbeddedEditor"
}
@kasecato kasecato self-assigned this Jun 7, 2017
@kasecato kasecato added this to the v0.2.12 milestone Jun 7, 2017
kasecato pushed a commit that referenced this issue Jun 9, 2017
kasecato pushed a commit that referenced this issue Jun 9, 2017
fixed #77 Add support for Goto Implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants