haskell-language-server
vscode-haskell
haskell-language-server | vscode-haskell | |
---|---|---|
111 | 15 | |
2,645 | 552 | |
0.8% | 0.9% | |
9.6 | 8.7 | |
2 days ago | 10 days ago | |
Haskell | TypeScript | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
haskell-language-server
-
Why Does Everyone Hate Haskell, Jazz, and Pure Math?
> Haskell has an endemic problem where way too many development resources are put into fringe parts of GHC
There has been an incredibly amount of work put into all the things you mentioned over the last decade, which it sounds like you're unfamiliar with. https://github.com/haskell/haskell-language-server in particular is a pleasure to use in my experience. Package management is far from perfect, but it's always being worked on and I'll take it over anything in Python or the Node.js ecosystems any day. Developer experience has improved a lot since I started using the language and this is an area that the community and leadership absolutely cares about--I'd be surprised at anyone who spent time reading discussions in https://github.com/ghc-proposals/ghc-proposals or https://discourse.haskell.org/ or etc. would agree with you.
> Haskell has the worst support for records of all its peers. SML, OCaml, F# all have better records.
> Without good records it’s unreasonably hard to write large software projects.
> AFAIK it’s hard to retrofit ML-style structural subtyped records onto Haskell, because the type system is designed around that not being possible.
Haskell is not ML, and while Haskell records are weak they are not what is preventing people from writing big projects in Haskell. There is much more to the language than records. But I said this in my previous comment.
Nothing you've written resonates with me, and I've written Haskell and PureScript professionally as well as Java and JS along with a bunch of other languages that haven't been mentioned. I'm also actively working on an open source project in my spare time with thousands of lines of Haskell and PureScript code (https://github.com/ddellacosta/automation-service), not to mention a half dozen other random half-done projects and contributions I've made to other open source libraries and applications. What have you written in Haskell that has made you dislike it so much?
> Talk is cheap.
Yes it is.
-
Revisiting Haskell after 10 years
The advent of language server protocol made possible the creation of HLS (Haskell Language Server), and there are plugins for many editors, such as vscode-haskell, that allow you to have auto-complete, auto-import, and automatic function signatures—also available to your editor of choice. The whole feedback loop of editing, compiling, and running is greatly improved.
-
VSCode Haskell extension not working
HLS 2.3.0.0 is currently broken on Windows.
-
Haskellers who moved to Rust: What has been your experience?
The Haskell community has been focusing on tooling and IDE support in the last several years. Haskell-Language-Server is a huge improvment, so the experience is probably much better than you remember, but it'll still be a while before it catches up with Rust.
- A semester of Haskell-language-server: an internship report
- HLS 2.0.0.0 is out
-
Static-ls - a low memory Haskell language server based on hiedb and hiefiles
static-ls is a low memory language server for Haskell that serves as an alternative to (hls)[https://github.com/haskell/haskell-language-server] with less functionality by using statically generated information. It is intended for (Highly recommend hls instead if you aren't having these issues):
- HLS 1.10.0.0 is out
-
[Well-Typed] Multiple Component support for cabal repl
I think the corresponding HLS PR is https://github.com/haskell/haskell-language-server/pull/3462, so it isn't landed yet but hopefully can be part of a HLS release before too long. (I'm not sure if it will make it in to the very next release because we're due one out to support GHC 9.6.1 pretty soon.)
vscode-haskell
-
Revisiting Haskell after 10 years
The advent of language server protocol made possible the creation of HLS (Haskell Language Server), and there are plugins for many editors, such as vscode-haskell, that allow you to have auto-complete, auto-import, and automatic function signatures—also available to your editor of choice. The whole feedback loop of editing, compiling, and running is greatly improved.
- How do I confirm if my haskell language server is working properly?
- How do I lower the RAM consumption of Haskell Language Server with VSCode?
-
Which functional programming language should I learn?
Have you tried installing Haskell with https://www.haskell.org/ghcup? After installing it vscode with the https://github.com/haskell/vscode-haskell Haskell extension should work out of the box.
-
Why doesn't Haskell Language Server stop?
I reported the issue here, let's see what happens.
-
[Release] vscode-haskell: 2.2.1
The release never made it through: https://github.com/haskell/vscode-haskell/actions/runs/2823440618
-
How to make ghci autoreload my module in VSCode+GHCup
But generally, haskell-language-server should give you a proper IDE instead: https://github.com/haskell/vscode-haskell
-
[ANN] GHCup 0.1.17.8 BUGFIX release
Re-enable upgrade functionality for all configurations wrt MR #250 and VSCode haskell issue #601
-
[ANN] Pre-release VSCode-Haskell 2.0.0
Since this is going to be a very much breaking release, please expect bugs and rough edges we have to iron out! Please report all issues you encounter at the vscode-haskell issue tracker or reply to this post :) We ask you for your feedback, especially documentation wise: What do you think needs more explanations and what feature is harder than necessary to use or debug?
-
Haskell extension 1.7.0 VS Code crashing
Same. Looks like someone's just finally opened a bug report: https://github.com/haskell/vscode-haskell/issues/471
What are some alternatives?
coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
vscode-java - Java Language Support for Visual Studio Code
neovim - Vim-fork focused on extensibility and usability
spyglass - A personal search engine: Create a searchable library from your personal documents, interests, and more!
lsp-mode - Emacs client/library for the Language Server Protocol
vscode-yaml - YAML support for VS Code with built-in kubernetes syntax support
ormolu - A formatter for Haskell source code
vscode-intelephense - PHP intellisense for Visual Studio Code
hie-bios - Set up a GHC API session for various Haskell Projects
monaco-languageclient - Repo hosts npm packages for monaco-languageclient, vscode-ws-jsonrpc, monaco-editor-wrapper, @typefox/monaco-editor-react and monaco-languageclient-examples
lsp-haskell - lsp-mode :heart: haskell
atomic - Write ClojureScript in JavaScript without a transpiler.