Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off tool-tips on scroll-bar in PHPStorm

Tags:

phpstorm

When scrolling editor vertically in PHPStorm the inspection tool-tips popping up. The "Line xxx changed" is extremely annoying especially if many changes are made in the file. Sometimes it event prevent to click on scroll-bar. I don't see an option to turn it off in "inspections" menu. Is there any other way to get rid of it?

like image 518
Amorphous Avatar asked Jan 10 '15 00:01

Amorphous


1 Answers

There is no way to disable popups but you can only disable specific inspections.

  • Alt+enter on line which cause inspection warning.
  • When popup menu appears, press right arrow button.
  • You will see Disable inspection sub menu.

enter image description here

like image 108
effe Avatar answered Sep 21 '22 01:09

effe