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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ This extension adds language support for [Haskell](https://haskell.org), powered
12
12
- Document symbols
13
13
- Highlight references in document
14
14
- Code completion
15
+
- Show documentation and sources in hackage
15
16
- Formatting via Brittany, Floskell, Fourmolu, Ormolu or Stylish Haskell
16
17
-[Multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces) support
17
18
- Code evaluation (Haskell Language Server), see ([Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md))
@@ -38,6 +39,10 @@ This extension adds language support for [Haskell](https://haskell.org), powered
38
39
39
40

40
41
42
+
- Call hierarchy support
43
+
44
+

45
+
41
46
## Requirements
42
47
43
48
- For standalone `.hs`/`.lhs` files, [ghc](https://www.haskell.org/ghc/) must be installed and on the PATH. The easiest way to install it is with [ghcup](https://www.haskell.org/ghcup/) or [Chocolatey](https://www.haskell.org/platform/windows.html) on Windows.
0 commit comments