Inline Variable

Inline a variable in your code

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 code to a new method
Introduce variable
Refactor your code and introduce a new variable
Generate Code
Helps you to generate commonly used code constructs