Force Android Studio to show light bulb -


say type following field

field = "i field"; 

in eclipse place mouse on field shows me list of options can select create local variable field.

in android studio, lightbulb headache me. appears quickly, takes forever appear.

example of lightbulb

is there way force appear?

are talking using alt + enter?

this link might help: https://www.jetbrains.com/idea/help/keyboard-shortcuts-you-cannot-miss.html

pressing alt + enter results in drop-down menu correction options in case:

enter image description here


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -