We already have TypeScript and we have the necessary tooling to analyse where a symbol is defined.
It would be amazing if we had a simple go-to definition functionality in the website. In other words, clicking on a type annotation with an interface Q will open the file containing the definition of Q and scroll to the line of code.
This is probably a lot of work, but IMO it's also a lot of benefit.
We already have TypeScript and we have the necessary tooling to analyse where a symbol is defined.
It would be amazing if we had a simple go-to definition functionality in the website. In other words, clicking on a type annotation with an interface
Q
will open the file containing the definition ofQ
and scroll to the line of code.This is probably a lot of work, but IMO it's also a lot of benefit.