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
+10-40Lines changed: 10 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,24 @@ As almost all features are provided by the server you might find interesting rea
7
7
8
8
## Features
9
9
10
-
You can watch demos for some of these features [below](#demos).
10
+
You can watch demos for some of these features [here](https://haskell-language-server.readthedocs.io/en/latest/features.html#demos).
11
11
12
12
- Warning and error diagnostics from GHC
13
-
- Type information and documentation on hover
14
-
- Jump to definition
13
+
- Type information and documentation on hover, [including your own comments](./configuration.md#how-to-show-local-documentation-on-hover).
14
+
- Jump to definition: [for now only for local code definitions](https://github.com/haskell/haskell-language-server/issues/708)
15
15
- Document symbols
16
16
- Highlight references in document
17
17
- Code completion
18
18
- Show documentation and sources in hackage
19
19
- 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)
20
20
-[Multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces) support
21
-
-[Code evaluation](#code-evaluation), see its [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md)
22
-
-[Integration with](#retrie-integration)[retrie](https://hackage.haskell.org/package/retrie), a powerful, easy-to-use codemodding tool
23
-
-[Code lenses for explicit import lists](#explicit-import-lists)
24
-
-[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)
25
-
-[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)
26
-
-[Module name suggestions](#module-names) for insertion or correction
27
-
-[Call hierarchy support](#call-hierarchy)
21
+
-[Code evaluation](https://haskell-language-server.readthedocs.io/en/latest/features.html#code-evaluation), see its [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md)
22
+
-[Integration with](https://haskell-language-server.readthedocs.io/en/latest/features.html#retrie-integration)[retrie](https://hackage.haskell.org/package/retrie), a powerful, easy-to-use codemodding tool
23
+
-[Code lenses for explicit import lists](https://haskell-language-server.readthedocs.io/en/latest/features.html#explicit-import-lists)
24
+
-[Generate functions from type signatures, and intelligently complete holes using](https://haskell-language-server.readthedocs.io/en/latest/features.html#wingman)[Wingman (tactics)](https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-tactics-plugin)
25
+
-[Integration](https://haskell-language-server.readthedocs.io/en/latest/features.html#hlint) with[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)
26
+
-[Module name suggestions](https://haskell-language-server.readthedocs.io/en/latest/features.html#module-names) for insertion or correction

149
-
150
-
### Call hierarchy
151
-
152
-

0 commit comments