Skip to content

Commit 309ea05

Browse files
committed
hls-notes-plugin: add to feature list and plugin table
1 parent 41b2b89 commit 309ea05

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
@@ -28,6 +28,7 @@
2828
/plugins/hls-gadt-plugin @July541
2929
/plugins/hls-hlint-plugin @eddiemundo
3030
/plugins/hls-module-name-plugin
31+
/plugins/hls-notes-plugin @jvanbruegge
3132
/plugins/hls-ormolu-plugin @georgefst
3233
/plugins/hls-overloaded-record-dot-plugin @joyfulmantis
3334
/plugins/hls-pragmas-plugin @eddiemundo

docs/features.md

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

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

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

8692
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 | |
5757
| `hls-hlint-plugin` | 2 | |
5858
| `hls-module-name-plugin` | 2 | |
59+
| `hls-notes-plugin` | 2 | |
5960
| `hls-qualify-imported-names-plugin` | 2 | |
6061
| `hls-ormolu-plugin` | 2 | |
6162
| `hls-rename-plugin` | 2 | |

0 commit comments

Comments
 (0)