Language Server Protocol
Is there no IDE for Haskell? - A subjective and biased history of Haskell IDEs
- I came across this while reading.
About the language server protocol (Part 1) - Qiita
- It seems to be a protocol for enabling IDE functionality (server?) for a language.
- Interesting.
- With this, you can gradually add support for various languages to tools like VSCode through addons.
- Jetbrains Fleet seems to have a similar approach.