@hackage ghcide2.14.0.0
The core of an IDE
Categories
License
Apache-2.0
Maintainer
Ghcide contributors
Links
Versions
Installation
Tested Compilers
Dependencies (67)
Dependents (39)
@hackage/hls-module-name-plugin, @hackage/hls-explicit-fixity-plugin, @hackage/hls-hlint-plugin, @hackage/hls-overloaded-record-dot-plugin, @hackage/hls-refactor-plugin, @hackage/hls-semantic-tokens-plugin, Show all…
Package Flags
pedantic
(off by default)
Enable -Werror
executable
(on by default)
Build the ghcide executable
ghcide - A library for building Haskell IDE tooling
Using it
ghcide is not an end-user tool, don't use ghcide directly (more about the rationale here).
haskell-language-server is an LSP server built on top of ghcide with additional features and a user friendly deployment model. To get it, simply install the Haskell extension in VS Code, or download prebuilt binaries from the haskell-language-server project page.
Set-up and usage instructions can be found on haskell-language-server documentation