Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove the light bulb in PHPStorm?

Tags:

php

ide

phpstorm

Every time I try to select a line (for copying it, for example) a wild light bulb appears and blocks the mouse pointer. How can I remove this feature?

enter image description here

like image 316
ChocoDeveloper Avatar asked Jul 25 '13 21:07

ChocoDeveloper


2 Answers

Settings/Preferences | Editor | General | Appearance | Show intention bulb

enter image description here

Please note that hiding bulb and disabling intentions (as accepted answer suggests) are different things.

Yes, you may end up with hidden bulb in both cases but this way (in this answer) you can still invoke those useful intentions via keyboard shortcut (typically Alt + Enter) while in other case they will be simply unavailable.

like image 56
LazyOne Avatar answered Sep 19 '22 21:09

LazyOne


Actually, you CAN disable the bulb in v6. Settings (or Preferences on Mac)-> Intentions then uncheck the appropriate group. Poof. No more lightbulb getting in the way.

like image 23
Tim Duncklee Avatar answered Sep 21 '22 21:09

Tim Duncklee