INTELLIJ SHORCUTS: Alt + Enter ๐ Show intention actions and quick-fixes
As you work in the editor, IntelliJ IDEA analyzes your code, searches for ways to optimize it, and detects potential and actual problems.
As soon as the IDE finds a way to alter your code, it displays a yellow bulb ๐ก icon yellow bulb icon in the editor next to the current line.
By clicking this icon, you can view intention actions available in the current context.
Intention actions cover a wide range of situations from warnings to optimization suggestions.
A red bulb ๐ด with an exclamation mark the Quick-fix icon indicates that IntelliJ IDEA has detected a problem, and prompts you to select an associated fix โ a quick-fix.
Quick-fixes and intention actions together are called context actions.
๐๐ฝ๐ฝ๐น๐ ๐ถ๐ป๐๐ฒ๐ป๐๐ถ๐ผ๐ป ๐ฎ๐ฐ๐๐ถ๐ผ๐ป๐
๐ญ. Click the bulb icon or press ๐๐ฅ๐ญ+๐๐ง๐ญ๐๐ซ to open the list of suggestions and select an action from the list.
๐ฎ. Press ๐๐ญ๐ซ๐ฅ+๐ or ๐ฌ๐๐ฅ๐๐๐ญ ๐๐ข๐๐ฐ | ๐๐ฎ๐ข๐๐ค ๐๐จ๐๐ฎ๐ฆ๐๐ง๐ญ๐๐ญ๐ข๐จ๐ง from the main menu to open an intention preview.
If an intention is complex, and the preview cannot be generated, you will see the intention description.
Hover the mouse pointer over available intentions on the suggestion list to preview them.
Once activated, the preview will appear every time you open the list of available intention actions.
To close the preview, press ๐๐ญ๐ซ๐ฅ+๐ again while the list of intentions is open.
๐ฏ. Press Enter or click an intention on the list to apply it.