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
Code action and lens are provided at the same time.
In addition, a file is excluded from stylish-haskell pre-commit hook
due to a CPP issue introduced in #4527.
Fix: #496
Copy file name to clipboardExpand all lines: docs/features.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,7 @@ Shows the type signature for bindings without type signatures, and adds it with
346
346
347
347
Provided by: `hls-eval-plugin`
348
348
349
-
Evaluates code blocks in comments with a click. [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md).
349
+
Evaluates code blocks in comments with a click. A code action is also provided. [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md).
Copy file name to clipboardExpand all lines: plugins/hls-eval-plugin/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ A test is composed by a sequence of contiguous lines, the result of their evalua
40
40
"CDAB"
41
41
```
42
42
43
-
You execute a test by clicking on the _Evaluate_ code lens that appears above it (or _Refresh_, if the test has been run previously).
43
+
You execute a test by clicking on the _Evaluate_ code lens that appears above it (or _Refresh_, if the test has been run previously). A code action is also provided.
44
44
45
45
All tests in the same comment block are executed together.
0 commit comments