Skip to content

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.