diff options
author | Lukas Wirth <[email protected]> | 2021-06-04 14:49:43 +0100 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2021-06-04 14:54:55 +0100 |
commit | 07394316ff0c5454b3a9e854945ebd29b90259ec (patch) | |
tree | 43dc7fa25956c233f6a2b3384c134eb48a243a36 /docs | |
parent | cd46255d7e8bb59b93a32d5cb50581f418ca5f3b (diff) |
Add function references hover action
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/generated_config.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 4eec8455d..34a91486b 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc | |||
@@ -228,6 +228,12 @@ Whether to show `Go to Type Definition` action. Only applies when | |||
228 | Whether to show `Implementations` action. Only applies when | 228 | Whether to show `Implementations` action. Only applies when |
229 | `#rust-analyzer.hoverActions.enable#` is set. | 229 | `#rust-analyzer.hoverActions.enable#` is set. |
230 | -- | 230 | -- |
231 | [[rust-analyzer.hoverActions.references]]rust-analyzer.hoverActions.references (default: `false`):: | ||
232 | + | ||
233 | -- | ||
234 | Whether to show `References` action. Only applies when | ||
235 | `#rust-analyzer.hoverActions.enable#` is set. | ||
236 | -- | ||
231 | [[rust-analyzer.hoverActions.run]]rust-analyzer.hoverActions.run (default: `true`):: | 237 | [[rust-analyzer.hoverActions.run]]rust-analyzer.hoverActions.run (default: `true`):: |
232 | + | 238 | + |
233 | -- | 239 | -- |