haskell-language-server VS vscode-ghc-simple

Compare haskell-language-server vs vscode-ghc-simple and see what are their differences.

haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine. (by haskell)

vscode-ghc-simple

Simple GHC (Haskell) integration for VSCode (by dramforever)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
haskell-language-server vscode-ghc-simple
110 3
2,570 222
1.1% -
9.6 0.0
4 days ago over 2 years ago
Haskell TypeScript
Apache License 2.0 ISC License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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

Posts with mentions or reviews of haskell-language-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-15.

vscode-ghc-simple

Posts with mentions or reviews of vscode-ghc-simple. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-20.
  • Is almost everyone using VS Code now for Haskell?
    6 projects | /r/haskell | 20 Mar 2021
    I created vscode-ghc-simple, which is a VSCode extension that provides editor tooling using only GHCi. It interacts with GHCi using text I/O, especially with the features that use :set +c to provide expression type information and go to definition.
  • vscode-ghc-simple: Requesting feedback for vgs-bios
    2 projects | /r/haskell | 15 Mar 2021
  • Setting up Reflex with VS Code in WSL
    4 projects | /r/haskell | 8 Feb 2021
    Im not sure haskell language server works with reflex right now (haven't used reflex recently). You may ask on IRC or maybe try https://github.com/dramforever/vscode-ghc-simple (haven't used it recently either). For ghcid, I don't think it supports reloading across packages, you can try something like what I did here https://github.com/aveltras/blog-reflex/blob/master/blog-reflex.cabal (basically, having only one cabal file for the whole project and two executable client and server both having two source directories, so during development, you'd only work with ghcid on the server part, putting most of the code that can work on both environment in the common directory).

What are some alternatives?

When comparing haskell-language-server and vscode-ghc-simple you can also consider the following projects:

coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

obelisk - Functional reactive web and mobile applications, with batteries included.

neovim - Vim-fork focused on extensibility and usability

hie-bios - Set up a GHC API session for various Haskell Projects

lsp-mode - Emacs client/library for the Language Server Protocol

direnv - unclutter your .profile

ormolu - A formatter for Haskell source code

haskell-emacs - Write Emacs extensions in Haskell

vscode-haskell - VS Code extension for Haskell, powered by haskell-language-server

dante

reflex-platform - A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.