Sublime Forum

Can't find a way to disable the dark popup / tooltip hover

#1

I’ve tried using "show_definitions": false, as pointed out in other threads to no avail. The popup/tooltip still shows up on mouse hover.

Here’s my installed packages:

“installed_packages”:
[
“A File Icon”,
“Autoprefixer”,
“ayu”,
“BetterFindBuffer”,
“Boxy Theme”,
“BracketHighlighter”,
“Colorsublime”,
“Emmet”,
“Expand Tabs on Save”,
“FileCommands”,
“HTML Mustache”,
“HTML-CSS-JS Prettify”,
“iLorem”,
“JavaScript Enhancements”,
“jQuery”,
“Material Theme”,
“Package Control”,
“Sass”,
“SassBeautify”,
“SideBarEnhancements”,
“SublimeLinter”,
“SublimeLinter-contrib-sass-lint”,
“SublimeLinter-csslint”,
“SublimeLinter-jshint”,
“Theme - Soda”,
“Theme - Spacegray”
]

Any ideas?

0 Likes

#2

The image looks like an enhanced Goto Definition hover popup. That would be something that something external is doing, and seems perhaps a bit mis-behavey if it’s not honouring your settings.

From your list of packages my best guess would be perhaps JavaScript Enhancements, although from a brief look at the page for it this doesn’t seem to be directly mentioned at one of the features.

It may be necessary to add some of your packages to the list of ignored packages temporarily and see if you can narrow the list down to the one that seems to cause the issue.

0 Likes

#3

It could be Emmet. I would start by disabling that first.

0 Likes

#4

Thank you OdatNurd and Jackeroo for the insight. It turned out to be JavaScript Enhancements.

I’m going to post a bug report on its Git repo.

0 Likes

#5

Hello,

Can everyone try disabling user option show_definitions to false under user preferences and see if issue occurs again?

On menu bar: Preferences > settings

OR

Under /Packages/User/Preferences.sublime-settings

{
 "show_definitions": false
}

It is working in my case.

Thanks,

0 Likes