Open rickard234 opened 3 years ago
Hi Rickard,
It's nice to hear that you love our product.
We recently delivered a new tool for VSCode - Rush Snippets. It gives customers much more code generation options than snippets. For this reason, we did not add the new functionality to RushNav. We redesigned this extension and added support for *.tsx files. We do have plans to develop this product, and we constantly discuss ideas for this.
The commands to drop and collect markers, as well as bookmark commands, are language agnostic. It means that you can use them in any code, even in plain text.
Rush Nav also allows navigation to base types, derived types, instantiations, implementations, members. These commands are available from the context menu in the editor and in the Command Palette and operate only in TypeScript.
We have plans to support other languages, but I cannot say what language we will choose.
I just came across this extension recently. I LOVE CodeRush drop markers! Navigate to this method, now that method, page up, page up, navigate to an interface, then it's implementation. Now where was I again? ESCAPE ESCAPE ESCAPE ESCAPE. There I was!
It would be really exciting to see more languages supported. I don't know if VSCode has some sort of language agnostic "Go to definition"/"Go to implementation" event that could be hooked into.