Home

Awesome

Haskelly

Release notes | Roadmap | Demo Video

Haskelly is a Visual Studio Code extension that supports Haskell development.

Features

Installation

Configuration

Haskelly is customizable (see Code > Preferences > Workspace Settings).

ParameterDescriptionDefault
haskelly.codeCompletionCode completion enabledtrue
haskelly.buttons.ghciGHCi button shows in the bottom bartrue
haskelly.buttons.runfileRun file button shows in the bottom bartrue
haskelly.buttons.quickcheckQuickCheck button shows in the bottom bartrue
haskelly.buttons.stackBuildStack build button shows in the bottom bartrue
haskelly.buttons.stackBuildParamsParameters passed to stack build command--fast
haskelly.buttons.stackRunStack run button shows in the bottom bartrue
haskelly.buttons.stackRunParamsParameters passed to stack run commandnull
haskelly.buttons.stackTestStack test button shows in the bottom bartrue
haskelly.buttons.stackTestParamsParameters passed to stack test commandnull
haskelly.snippets.importantHide code completion for which there's already a snippetfalse
haskelly.snippets.customAdd your custom snippets following the structure of this filenull
haskelly.exec.reuseTerminalReuse the currently opened terminal to run Stack commandsfalse

Contributing

If you'd like to contribute to Haskelly, this is what you can do:

License: GNU 3