强制 Android Studio 显示灯泡

Force Android Studio to show light bulb

假设我输入以下字段

field = "I am field";

在 Eclipse 中,只要我将鼠标放在 field 上,它就会显示一个选项列表,我可以从中 select create local variable field

在Android工作室里,灯泡让我很头疼。有时它出现得很快,有时它需要很长时间才能出现。

有没有办法强制显示?

您是说使用 Alt + Enter 吗?

这个 link 可能会有所帮助: https://www.jetbrains.com/idea/help/keyboard-shortcuts-you-cannot-miss.html

在这种情况下,按 Alt + Enter 会出现带有更正选项的下拉菜单:

尝试将光标放在要编辑的 class/method 最后一个字母旁边,另一方面,在 Android Studio 中对我有用的是使用右侧的栏, 'Outline' 然后从那里到达您要编辑的部分并使用大纲中的工具或右键单击树下拉列表中显示的方法。

  1. 在Android工作室Settings/Keymap"shortcut Ctrl+Alt+S"

search for usage of "Alt + Ent" as below image if its not assigned for any action plz go for No. 2

Android studio shortcuts


  1. 在Android工作室Settings/Editor/Intentions。

Check whatever you want to show Intention in are checked or not as below photo

Intention


  1. 仔细检查 1 工作正常,您发现使用了 "Alt + Ent" 快捷方式

[Jet brains官网可以找到解决方法]

Intellij IDEA keyboard shortcuts

Intention actions