Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 36d06e5

Browse files
authored
Merge pull request #1176 from aloucks/show_hover_context_doc
Clarify show_hover_context default value
2 parents bfa1371 + 810d4bf commit 36d06e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,10 @@ and the following unstable options:
139139
first paragraph is recorded. This option _currently_ has little to no effect on
140140
hover tooltips. The save-analysis docs are only used if source extraction fails.
141141
This option has no effect on the standard library.
142-
* `show_hover_context` show additional context in hover tooltips when available.
143-
This is often the local variable declaration. When set to false the content is
144-
only available when holding the `ctrl` key in some editors.
142+
* `show_hover_context` (`bool`, defaults to `true`) show additional context in
143+
hover tooltips when available. This is often the local variable declaration.
144+
When set to false the content is only available when holding the `ctrl` key in
145+
some editors.
145146

146147

147148
## Troubleshooting

0 commit comments

Comments
 (0)