lifeart / vscode-ember

VSCode client for the Ember Language Server
https://marketplace.visualstudio.com/items?itemName=lifeart.vscode-ember-unstable
Other
30 stars 9 forks source link

(Separate) keyboard shortcuts to jump to related hbs/js (and module css file) #28

Open emattias opened 3 years ago

emattias commented 3 years ago

I would like to have keyboard shortcuts so that when I am in a template and I press the go to js file shortcuts it will go to the component.js file if its a component template and controller.js if controller template. And either that it will toggle between route and controller.js or separate shortcuts for got to controller and route.

And also vice versa, so if I'm in a component.js file I can quickly jump to its template etc. (and also have this work with colocated templates :) )

It would also be nice to have a keyboard shortcut to go to the components/controllers css module file.

lifeart commented 2 years ago

Hi @emattias! Sorry for delayed response, keyboard handing likely responsibility of editor extension (not language server itself), moving issue to vscode uELS extension repo