WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion guides/Error-Suggestions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ ouput of the compiler, but in the JSON output in a machine-usable format.
* [psc-ide-vim](https://github.com/FrigoEU/psc-ide-vim/blob/master/doc/psc-ide-vim.txt#L61)
* [atom-ide-purescript](https://github.com/nwolverson/atom-ide-purescript#error-suggestions--quick-fix)
* [vscode-ide-purescript](https://github.com/nwolverson/vscode-ide-purescript)
* [purescript-language-server](https://github.com/nwolverson/purescript-language-server)

### Fixable issues

Classes of issues with support for auto-fix suggestions:

* Import warnings (e.g. remove unused imports, make import explicit)
* Missing type annotation (top level type annotations and `_`)
* Missing type annotation (top level type annotations and `_`)