SaaSHub helps you find the best software and product alternatives Learn more →
Hie-bios Alternatives
Similar projects and alternatives to hie-bios
-
haskell-language-server
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better hie-bios alternative or higher similarity.
hie-bios discussion
hie-bios reviews and mentions
Posts with mentions or reviews of hie-bios.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-02.
-
A working example for Reflex/Obsidian + HLS?
You're likely going to have to set up a hie-bios file in an hie.yaml file. More info here: https://github.com/haskell/hie-bios
-
I was finally able to set up Neovim lspconfig with Haskell Language Server on MacOS!
Look here: hie-bios (its the library used by haskell-language-server to get to know your project better, iirc).
-
Portable Haskell with VS Code?
Yeah the same happened to me with previous versions of the Haskell IDE Engine that used Stack, so I ended up with several snapshots under \~/.stack that took a lot of space. Nowadays I just install HLS, Cabal and a single HLS-supported GHC with ghcup. It's a huge difference. I think there is a Windows-supported equivalent of ghcup, but I have not used it. If you also have Stack installed, remember that you can place a [`hie.yaml`](https://github.com/mpickering/hie-bios#explicit-configuration) file in your project root that can [force HLS to use cabal](https://github.com/mpickering/hie-bios#cabal) instead of stack in your project (this was needed last time I checked, complex configurations would need tuning this file a bit, though).
-
Is almost everyone using VS Code now for Haskell?
You can provide an alternative stack.yaml to HLS, with the specific configuration for the ide, although you have to write down an explicit hie.yaml file, take a look to https://github.com/mpickering/hie-bios#stack
-
vscode-ghc-simple: Requesting feedback for vgs-bios
Please consider testing dev builds with the WIP new vgs-bios feature, inspired by the amazing hie-bios. It reads your project hie.yaml and supports multi-component/multi-package projects.
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Dec 2024
Stats
Basic hie-bios repo stats
5
181
5.7
4 days ago
haskell/hie-bios is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of hie-bios is Haskell.