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.
Hi @emattias! Sorry for delayed response, keyboard handing likely responsibility of editor extension (not language server itself), moving issue to vscode uELS extension repo
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.