You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IntelliJ command: Smart Line Join
Suggested shortcut: Ctrl+Shift+J
Brings previous line up to current line.
Removes redundant whitespace.
Clever trick: If joining a variable assignment onto code that has just declared the variable, will merge the variable declaration and assignment together (includes removing any redundant variable declaration and removing semi-colon).
This should effectively reverse a "Split variable declaration and assignment" code refactoring.
The text was updated successfully, but these errors were encountered:
IntelliJ command: Smart Line Join
Suggested shortcut: Ctrl+Shift+J
Brings previous line up to current line.
Removes redundant whitespace.
Clever trick: If joining a variable assignment onto code that has just declared the variable, will merge the variable declaration and assignment together (includes removing any redundant variable declaration and removing semi-colon).
This should effectively reverse a "Split variable declaration and assignment" code refactoring.
The text was updated successfully, but these errors were encountered: