Hacker News new | ask | show | jobs
by duped 1865 days ago
For what it's worth, any VSCode extension that integrates with language tooling could be used to implement this.
1 comments

This is an inherent problem of languages where execution is needed to understand its semantics. Most interpreted languages have this issue, and Rust has this issue due to proc-macros being Rust code that needs to be compiled and executed to process other Rust code.