Skip to content

Commit

Permalink
Adding purescript-language-server to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Aug 20, 2020
1 parent 081ec82 commit 3602a58
Showing 1 changed file with 2 additions and 1 deletion.
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 `_`)

0 comments on commit 3602a58

Please sign in to comment.