Skip to content

Commit 54633c9

Browse files
maralorncocreature
authored andcommitted
Improve and extend feature list (#84)
* Improve and extend feature list * Fix typo in feature table
1 parent 3bd0c08 commit 54633c9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ There are more details about our approach [in this blog post](https://4ta.uk/p/s
1919

2020
`ghcide` already exports the following features via the lsp protocol:
2121

22-
* Display error messages (parse errors, typecheck errors, etc.) and enabled warnings.
23-
* Offer quickfix for unused imports.
24-
* Go to definition in local package.
25-
* Display definitions.
26-
* Organize imports.
22+
| Feature | LSP name |
23+
| - | - |
24+
| Display error messages (parse errors, typecheck errors, etc.) and enabled warnings. | diagnostics |
25+
| Go to definition in local package | definition |
26+
| Display type and source module of values | hover |
27+
| Remove redundant imports, replace suggested typos for values and module imports, fill type holes, add suggested ghc extensions, | codeAction (quickfix) |
28+
| Organize imports | codeAction (source.organizeImports) |
2729

2830
## Using it
2931

0 commit comments

Comments
 (0)