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.