In the same veins of what I’ve announced in Announcing meteor-goto a new vscode plugin, I got an update for meteor-rpc users. We now have a ts plugin for being able to jump to source:
I have not merged it yet as I’m still grabbing feedback and doing some tests but the feature is there and it is quite easy to get started with it!
If you already have meteor-rpc in your app, you can add with:
npm i meteor-rpc-ts-plugin
and updating your tsconfig file with this plugin snippet:
"plugins": [{ "name": "meteor-rpc-ts-plugin" }],
And that is it! Restart your ts server, and your vscode should be able to do jump to source as I show in the PR video
If you have any issues, please let me know!