Remove organize imports from the supported features (#202)

We never supported this and still don’t so for now let’s remove it.
This commit is contained in:
Moritz Kiefer 2019-11-18 09:37:16 +01:00 committed by GitHub
parent bc32a2eab3
commit 78aa974579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,6 @@ There are more details about our approach [in this blog post](https://4ta.uk/p/s
| Go to definition in local package | definition |
| Display type and source module of values | hover |
| Remove redundant imports, replace suggested typos for values and module imports, fill type holes, insert missing type signatures, add suggested ghc extensions | codeAction (quickfix) |
| Organize imports | codeAction (source.organizeImports) |
## Using it