Skip to content

IntelliJ Plugin that provides Haskell language support via haskell-language-server

License

Notifications You must be signed in to change notification settings

rockofox/intellij-haskell-lsp

Repository files navigation

Haskell LSP

Haskell LSP is a plugin that provides Haskell language support for IntelliJ IDEA

It uses the Haskell Language Server to provide features like code completion, go to definition, and more.

Screenshot

Acknowledgements

Syntax Highlighting is loosely based around intellij-haskell's Lexer/Parser and The Haskell 98 Report.