Skip to content

Commit 6164d0d

Browse files
authored
Merge pull request #67 from maralorn/patch-1
Add feature list
2 parents 938a3c6 + 01d4237 commit 6164d0d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ Our vision is that you should build an IDE by combining:
1515

1616
There are more details about our approach [in this blog post](https://4ta.uk/p/shaking-up-the-ide).
1717

18+
## Features
19+
20+
`ghcide` already exports the following features via the lsp protocol:
21+
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.
27+
1828
## Using it
1929

2030
### Install `ghcide`

0 commit comments

Comments
 (0)