-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Option to disable pop-up windows #10
Comments
Are you using the latest version (0.2.9)? And do you have the config "betterGitLineBlame.annotateWholeLine" set to false (the default)? When that option is true, it can indeed be annoying because it shows up if you hover anywhere on the line. However, when it’s false it will only show up when hovering on the inline annotation at the end of the line. One option is to set "editor.hover.enabled" to false. This will disable all hover popups in VS Code, not just mine. (You can still view them with the keyboard shortcut, Cmd/Ctrl K + I.) If it is just this extension’s hovers that are particularly annoying, I’m curious why - does your mouse cursor just always happen to be on top of the commit messages while you’re typing? Is it a lot of effort to move it away? Do hover messages for documentation (which pretty much all the language extensions do by default) also bother you? I’m not opposed to adding an option to disable them but I’d like to understand more first. |
Hi @mk12, thanks for the swift response!
Thanks for your consideration! :) |
That makes sense. I've added |
(There was an issue publishing 0.2.10 so I had to make another. It should be available in 0.2.11 now.) |
I find the pop-up windows extremely annoying when in inline mode. They always end up covering code up that is being worked on or reviewed. It would be great if there was a way to disable these?
The text was updated successfully, but these errors were encountered: