emacs-lsp / lsp-haskell

lsp-mode :heart: haskell
https://emacs-lsp.github.io/lsp-haskell
GNU General Public License v3.0
236 stars 62 forks source link

Lacking documentation #104

Closed DamienCassou closed 3 years ago

DamienCassou commented 3 years ago

HI,

:warning: I'm learning haskell and have barely any experience with LSP.

I think some documentation to get started is missing.

When LSP sends me a message such as

Top-level binding with no type signature

is it possible to automatically add the type (which is included in the error message) to my file without copy/pasting?

Some more questions related to documentation:

michaelpj commented 3 years ago

These are server issues, please have a look at haskell-language-server, which additionally has more documentation.

For your particular issues, see:

DamienCassou commented 3 years ago

Understood, thank you!