Inline Variable

Sometimes inlining a variable can make your code more readable.

Expressions don't always need to be assigned to a variable. Use Inline Variable ⌥⌘N (macOS) / Ctrl+Alt+N (Windows/Linux) to inline a variable.

You can inline methods, variables, fields, and constants with the same shortcut.


Related Resources

Extract Method
Extract Method
Extract code to a new method.
Introduce Variable
Introduce Variable
Refactor your code and introduce a new variable right when you need it.
Generate Code
Generate Code
Helps you to generate commonly used code constructs.