wasp-lang / haskell-handbook

Best practices on how to be efficient with Haskell in production
90 stars 5 forks source link

[New topic] Development setup #6

Open Martinsos opened 3 years ago

Martinsos commented 3 years ago
soupi commented 3 years ago

VSCode/VSCodium + hls with this plugin seems like the recommended setup nowadays.

I also made minimal-haskell-emacs for emacs+dante combo.

Martinsos commented 3 years ago

@soupi thanks for the tips, both on this and other issues! I am personally on spacemacs, with Dante until few days ago, now lsp, so I know that setup the best, but I will also try to set it up in vscode as per your instructions to confirm how that works :).