haskell-language-server
https://github.com/haskell/haskell-language-server
Haskell
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Haskell not yet supported3 Subscribers
Add a CodeTriage badge to haskell-language-server
Help out
- Issues
- Get benchmarks working on 9.10
- Add local definitions to outline
- semantic shift for `sessionLoader Queue` and `restartQueue`, turn "remove then run" to "run then remove" and add waitting utility.
- Code action not showing on multi-line imports with unused record field
- Switch ghcide tests to sequential execution
- Add Hover information for resolved type classes
- Make workerqueue cancellable if not started already configurable
- Track down unconditional wait in test and find replacement
- Remove Unconditional time out wait for diagnostic. See `expectNoMoreDiagnostics`
- Add option to fully expand explicit import list (`import Foo (Bar (..))` -> `import Foo (Bar (Baz))`)
- Docs
- Haskell not yet supported