An open API service indexing awesome lists of open source software.

https://github.com/mogeko/haskell-extension-pack

Popular Visual Studio Code extensions for Haskell
https://github.com/mogeko/haskell-extension-pack

Last synced: over 1 year ago
JSON representation

Popular Visual Studio Code extensions for Haskell

Awesome Lists containing this project

README

          

# Haskell Extension Pack

This extension pack packages some of the most popular (and some of my favorite) Haskell extensions.

## Extensions Included

- [Haskell](https://marketplace.visualstudio.com/items?itemName=haskell.haskell) - Haskell language support powered by the Haskell Language Server and ghcide
- [Haskell Syntax Highlighting](https://marketplace.visualstudio.com/items?itemName=justusadam.language-haskell) - Syntax support for the Haskell programming language.
- [haskell-linter](https://marketplace.visualstudio.com/items?itemName=hoovercj.haskell-linter) - An extension to use hlint in vscode

## Dependencies

[haskell-linter](https://marketplace.visualstudio.com/items?itemName=hoovercj.haskell-linter) expects a version of [hlint](https://github.com/ndmitchell/hlint) >= 1.9.1 to be installed and already added to the path.

## Want to see your extension added?

Open a PR and I'd be happy to take a look.

**Enjoy!**