Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/haskell-language-server
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
https://github.com/haskell/haskell-language-server
cabal ghc hacktoberfest haskell haskell-language-server ide lsp-server stack
Last synced: 5 days ago
JSON representation
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
- Host: GitHub
- URL: https://github.com/haskell/haskell-language-server
- Owner: haskell
- License: apache-2.0
- Created: 2020-01-25T14:19:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T18:36:35.000Z (3 months ago)
- Last Synced: 2024-10-29T15:04:49.827Z (2 months ago)
- Topics: cabal, ghc, hacktoberfest, haskell, haskell-language-server, ide, lsp-server, stack
- Language: Haskell
- Homepage:
- Size: 22.9 MB
- Stars: 2,708
- Watchers: 51
- Forks: 367
- Open Issues: 503
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: docs/contributing/contributing.md
- Funding: FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
- Support: docs/support/ghc-version-support.md
Awesome Lists containing this project
- stars - haskell/haskell-language-server - ide-engine. (HarmonyOS / Windows Manager)
- my-awesome - haskell/haskell-language-server - language-server,ide,lsp-server,stack pushed_at:2025-01 star:2.7k fork:0.4k Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine. (Haskell)
README
# haskell-language-server
![haskell-language-server][logo]
[![Release][badge-github-release]][github-release]
[![Hackage][badge-hackage]][hackage]
[![License Apache 2.0][badge-license]][license]
[![CircleCI][badge-circleci]][circleci]
[![GitHub Testing Workflow](https://github.com/haskell/haskell-language-server/actions/workflows/test.yml/badge.svg)](https://github.com/haskell/haskell-language-server/actions/workflows/test.yml)
[![GitHub Nix Workflow](https://github.com/haskell/haskell-language-server/actions/workflows/nix.yml/badge.svg)](https://github.com/haskell/haskell-language-server/actions/workflows/nix.yml)
[![matrix][badge-matrix]][matrix]
[![codetriage][badge-codetriage]][codetriage][logo]: ./docs/logos/logo-256.png
[badge-license]: https://img.shields.io/badge/license-Apache2-green.svg?dummy
[license]: https://github.com/haskell/haskell-language-server/blob/master/LICENSE
[badge-circleci]: https://img.shields.io/circleci/project/github/haskell/haskell-language-server/master.svg
[circleci]: https://circleci.com/gh/haskell/haskell-language-server/
[badge-hackage]: https://img.shields.io/hackage/v/haskell-language-server.svg?logo=haskell
[badge-github-release]:https://img.shields.io/github/v/release/haskell/haskell-language-server.svg
[hackage]: https://hackage.haskell.org/package/haskell-language-server
[badge-codetriage]: https://www.codetriage.com/haskell/haskell-language-server/badges/users.svg
[codetriage]:https://www.codetriage.com/haskell/haskell-language-server
[badge-matrix]:https://img.shields.io/badge/chat-on%20matrix-brightgreen.svg
[matrix]:https://matrix.to/#/#haskell-language-server:matrix.org
[github-release]:https://github.com/haskell/haskell-language-server/releases/latestThe official Haskell language server (LSP) implementation. Consult the [project documentation](https://haskell-language-server.readthedocs.io/en/latest/) for more details.
- [Features](https://haskell-language-server.readthedocs.io/en/latest/features.html)
- [Installation](https://haskell-language-server.readthedocs.io/en/latest/installation.html)
- [Supported GHC Versions](https://haskell-language-server.readthedocs.io/en/latest/support/ghc-version-support.html)
- [Configuration](https://haskell-language-server.readthedocs.io/en/latest/configuration.html)
- [Troubleshooting](https://haskell-language-server.readthedocs.io/en/latest/troubleshooting.html)
- [Contributing](https://haskell-language-server.readthedocs.io/en/latest/contributing/index.html)