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: docs/features.md
+8-41Lines changed: 8 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Many of these are standard LSP features, but a lot of special features are provi
20
20
|[Code lenses](#code-lenses)| Limited on some versions of GHC |`textDocument/codeLens`|
21
21
22
22
The individual sections below also identify which [HLS plugin](./what-is-hls.md#hls-plugins) is responsible for providing the given functionality, which is useful if you want to raise an issue report or contribute!
23
+
Additionally, not all plugins are supported on all versions of GHC, see the [GHC version support page](supported-versions.md) for details.
23
24
24
25
## Diagnostics
25
26
@@ -29,8 +30,6 @@ Provided by: `ghcide`
29
30
Provides errors and warnings from GHC as diagnostics.
30
31
31
32
### Hlint hints
32
-
Status: Not supported on GHC 9.2
33
-
34
33
Provided by: `hls-hlint-plugin`
35
34
36
35
Provides hlint hints as diagnostics.
@@ -75,13 +74,13 @@ Completions for language pragmas.
75
74
## Formatting
76
75
Format your code with various Haskell code formatters.
Shows the type signature for bindings without type signatures, and adds it with a click.
225
-
226
-
### Evaluation code snippets in comments
227
-
Status: Not supported on GHC 9.2
228
-
229
196
Provided by: `hls-eval-plugin`
230
197
231
198
Evaluates code blocks in comments with a click. [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md).
Copy file name to clipboardExpand all lines: docs/supported-versions.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,30 @@ GHC versions not in the list have never been supported by HLS, or are not planne
26
26
27
27
The policy for when we deprecate support for versions of GHC is given below. The table reflects that, but we may decide to deviate from it for good reasons.
28
28
29
+
Additionally, some plugins are not supported on some GHC versions, as shown in the following table.
Users who want to use a GHC version which is not supported by the latest HLS can still use older versions of HLS (consult the version support table above to identify the appropriate HLS version).
0 commit comments