You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ As almost all features are provided by the server you might find interesting rea
16
16
- Show documentation and sources in hackage
17
17
- Formatting via [Brittany](https://github.com/lspitzner/brittany), [Floskell](https://github.com/ennocramer/floskell), [Fourmolu](https://github.com/fourmolu/fourmolu), [Ormolu](https://github.com/tweag/ormolu) or [Stylish Haskell](https://github.com/haskell/stylish-haskell)
18
18
-[Multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces) support
19
-
-[Code evaluation](#Code_evaluation), see its [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md)
20
-
-[Integration with](#Retrie_integration)[retrie](https://hackage.haskell.org/package/retrie), a powerful, easy-to-use codemodding tool
21
-
-[Code lenses for explicit import lists](#Explicit_import_lists)
22
-
-[Generate functions from type signatures, and intelligently complete holes using](#Wingman)[Wingman (tactics)](https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-tactics-plugin)
23
-
-[Integration with](#Hlint)[hlint](https://github.com/ndmitchell/hlint), the most used haskell linter, to show diagnostics and apply hints via [apply-refact](https://github.com/mpickering/apply-refact)
24
-
-[Module name suggestions](#Module_names) for insertion or correction
25
-
-[Call hierarchy support](#Call_hierarchy)
19
+
-[Code evaluation](#code_evaluation), see its [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md)
20
+
-[Integration with](#retrie_integration)[retrie](https://hackage.haskell.org/package/retrie), a powerful, easy-to-use codemodding tool
21
+
-[Code lenses for explicit import lists](#explicit_import_lists)
22
+
-[Generate functions from type signatures, and intelligently complete holes using](#wingman)[Wingman (tactics)](https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-tactics-plugin)
23
+
-[Integration with](#hlint)[hlint](https://github.com/ndmitchell/hlint), the most used haskell linter, to show diagnostics and apply hints via [apply-refact](https://github.com/mpickering/apply-refact)
24
+
-[Module name suggestions](#module_names) for insertion or correction
0 commit comments