Skip to content

Commit a50e44d

Browse files
committed
Add hls-notes-plugin to the feature list and plugin table
1 parent 8187977 commit a50e44d

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/plugins/hls-gadt-plugin @July541
2121
/plugins/hls-hlint-plugin @eddiemundo
2222
/plugins/hls-module-name-plugin
23+
/plugins/hls-notes-plugin @jvanbruegge
2324
/plugins/hls-ormolu-plugin @georgefst
2425
/plugins/hls-pragmas-plugin @berberman @Ailrun @eddiemundo
2526
/plugins/hls-qualify-imported-names-plugin @eddiemundo

docs/features.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ Known limitations:
8080

8181
- Only works for [local definitions](https://github.com/haskell/haskell-language-server/issues/708).
8282

83+
## Jump to note definition
84+
85+
Provided by: `hls-notes-plugin`
86+
87+
Jump to the definition of a [GHC-style note](https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/coding-style#2-using-notes).
88+
8389
## Find references
8490

8591
Provided by: `ghcide`

docs/support/plugin-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ For example, a plugin to provide a formatter which has itself been abandoned has
5656
| `hls-gadt-plugin` | 2 | 9.8 |
5757
| `hls-hlint-plugin` | 2 | 9.8 |
5858
| `hls-module-name-plugin` | 2 | |
59+
| `hls-notes-plugin` | 2 | |
5960
| `hls-qualify-imported-names-plugin` | 2 | |
6061
| `hls-ormolu-plugin` | 2 | 9.8 |
6162
| `hls-rename-plugin` | 2 | 9.8 |

0 commit comments

Comments
 (0)