Sublime Forum

Flickering tooltip

#1

Since quite a while I get very annoying flickering tooltips. I recorded a GIF, but it doesn’t reflect the real speed of the flickering:
ST3-flickering-popup

This happens at least in *.js files (syntax-highlighted as “JavaScript (Babel)” or just “JavaScript” - I tried them both).

My installed packages are

"installed_packages":
[
	"Babel",
	"BracketHighlighter",
	"ColorHelper",
	"Emmet",
	"Expand Selection to Quotes",
	"FileIcons",
	"Git",
	"HTML5",
	"JavaScript Enhancements",
	"JsPrettier",
	"JSX",
	"LSP",
	"LSP-vue",
	"Material Theme",
	"Monokai++",
	"Package Control",
	"ReIndent",
	"Rust Enhanced",
	"Sass",
	"SCSS",
	"Select Quoted",
	"SideBarEnhancements",
	"SublimeCodeIntel",
	"SublimeLinter",
	"SublimeLinter-contrib-sass-lint",
	"SublimeLinter-eslint",
	"SublimeLinter-json",
	"TerminalView",
	"Theme - Soda",
	"TypeScript",
	"Vue Syntax Highlight"
]

I have no clue how I can get rid of this flickering. Any help would be appreciated.

0 Likes

#2

Ok, it vanished after I uninstalled “LSP”, “LSP-vue” and “TypeScript”.

0 Likes