You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a beginner working on VS code extension. I am impressed by your amazing work on javascript/typescript language features. The go to definition feature is super cool.
I was wondering whether there is a way to reroute go to definition destination. Instead of jumping to a d.ts file, I hope to redirect to a file with customized extension (.cust). I am using DefinitionProvider now, but I hope to get the type information from d.ts file.
By the way, I saw your Reality Filters, which is fantastic.
The text was updated successfully, but these errors were encountered:
Hi Matt!
I am a beginner working on VS code extension. I am impressed by your amazing work on javascript/typescript language features. The
go to definition
feature is super cool.I was wondering whether there is a way to reroute
go to definition
destination. Instead of jumping to ad.ts
file, I hope to redirect to a file with customized extension (.cust
). I am usingDefinitionProvider
now, but I hope to get the type information fromd.ts
file.By the way, I saw your Reality Filters, which is fantastic.
The text was updated successfully, but these errors were encountered: