Show current line scrollable popup through click #1912
Replies: 1 comment
-
If you want to control the hover that shows on the annotation, you can customize its behavior here: Unfortunately there isn't really a way for GitLens to trigger a hover on anything but an actual hover. I say "really" because VS Code does have a command that can be run to show the hover for the place where the cursor is, but that won't provide enough to make it really work. |
Beta Was this translation helpful? Give feedback.
-
I have the current line
scrollable
set to false so the popup doesn't display when I mouse over an annotation. Is there a way to make it so that when I click on an annotation that it is shown, maybe through the code actions lightbulb on the left hand side of the editor, or a ctrl + click on the annotation itself?Beta Was this translation helpful? Give feedback.
All reactions