Home > Mobile >  How to activate suggestion lamp dialog box, when cursor is on it
How to activate suggestion lamp dialog box, when cursor is on it

Time:04-17

When Android studio is updated, android warning suggestions box not showing up when mouse cursor on it. enter image description here

But when lamp is clicked box that i want to show appears. enter image description here

How to auto activate it when mouse cursor move.

CodePudding user response:

Try to select the "intention bulb" option in the settings. settings > editor > general > appearance

CodePudding user response:

I don't know why is occurred but, I deleted ".idea" folder. After that it is working as expected.

  • Related