Hacker News new | ask | show | jobs
by kcartlidge 1269 days ago
Sounds like an opportunity for a type checker that uses the language server.
1 comments

> Sounds like an opportunity for a type checker that uses the language server

The language server itself uses a typechecker, so you'd just be building a typechecker that uses another typechecker by a roundabout route.

It's turtles all the way down.

Though in seriousness I'd presume it would be bad type checker uses language server which uses better type checker, which may help with the problem.