jeiea / haskero

fork of https://gitlab.com/vannnns/haskero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell for VSCode

Language server for Haskell using Intero backend

Features

GHC Warnings and errors (on save)

Errors on save

GHC Errors

Warnings on save

GHC Warnings

Identifier type definition

Type definition on hover

Type definition

Goto definition

Goto Identifier definition

Goto definition

Incoming improvements

  • Better auto completion (support dot notation for qualified imports, ...)
  • Insert identifier type one line above
  • Goto definition in hackage
  • Live evaluation of random haskell code in the current module scope

Feedback

Bugs

To fill a bug, go to my gitlab repository, open an issue and use the following pattern:

Bug description :

Observed behaviour :

Expected behaviour :

Plugin (ghc, stack, intero and haskero) version and VSCode version used :

If the issue is hard to repeat on an empty haskell project, a link to a repository containing a sample repeating the issue

Features

To ask for a feature, check if the feature is already requested (features on the gitlab repository). If not, create a new issue with the feature requested label.

How it works ?

For technical information, please refer to the server project readme

License

CeCILL

About

fork of https://gitlab.com/vannnns/haskero

License:Other


Languages

Language:TypeScript 86.7%Language:Haskell 13.3%