IntelliJ IDEA 2021.1 Help

Inline dialogs

Inline Variable dialog

The Inline Variable refactoring allows you to replace a redundant variable with its value. See examples.

To access the Inline Variable dialog box through a menu item or the keyboard shortcut, position the cursor at the variable to be inlined.

Inline variable <variable name>? (<the number of variable occurrences>)

Inline to Anonymous Class dialog

ItemDescription
All references and remove the classSelect this radio button to replace all the class references with its code and remove the class.
This reference only and keep the classUse this option to replace only the current class reference.
Search in comments and stringsSelect this checkbox to display the usages of methods in comments and strings in the Refactoring Preview tool window.
Search for text occurrencesCheck this option to apply the changes to non-java files (such as documentation, HTML, JSP and other files included in the project).
Last modified: 23 April 2021