Y
Hacker News
new
|
ask
|
show
|
jobs
by
blittle
2091 days ago
The same tool that your IDE is using underneath the hood
1 comments
simion314
2091 days ago
Do you know more? I am assuming the IDE has only one AST and uses custom tools and not running 10 different tools in background but my assumption could be wrong.
link
pirocks
2091 days ago
For IntelliJ-based IDEs this is broadly correct, though some languages may occasionally call out to third party tools.
link