Skip to content

Commit

Permalink
Remove organize imports from the supported features (haskell#202)
Browse files Browse the repository at this point in the history
We never supported this and still don’t so for now let’s remove it.
  • Loading branch information
cocreature authored Nov 18, 2019
1 parent bc32a2e commit 78aa974
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 78aa974

Please sign in to comment.