Skip to content

Commit 06bde2b

Browse files
maralorncocreature
authored andcommitted
Add type signature inserting to feature list (#95)
1 parent 8fb63de commit 06bde2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are more details about our approach [in this blog post](https://4ta.uk/p/s
2424
| Display error messages (parse errors, typecheck errors, etc.) and enabled warnings. | diagnostics |
2525
| Go to definition in local package | definition |
2626
| 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) |
27+
| Remove redundant imports, replace suggested typos for values and module imports, fill type holes, insert missing type signatures, add suggested ghc extensions | codeAction (quickfix) |
2828
| Organize imports | codeAction (source.organizeImports) |
2929

3030
## Using it

0 commit comments

Comments
 (0)