We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI,
⚠️ 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:
M-x lsp-organize-imports
The text was updated successfully, but these errors were encountered:
These are server issues, please have a look at haskell-language-server, which additionally has more documentation.
haskell-language-server
For your particular issues, see:
Sorry, something went wrong.
Understood, thank you!
No branches or pull requests
HI,
I think some documentation to get started is missing.
When LSP sends me a message such as
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:
M-x lsp-organize-imports
doesn't work)?The text was updated successfully, but these errors were encountered: