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
Currently the available quick assists, source actions and refactorings are ordered by a static sequence and it's not so good as many users expected. There is a WIP PR: #2109
Order proposal:
Source Actions
Organize imports
Generate Getters
Generate Setters
Generate Getters and Setters
Generate Constructors
Generate hashCode() and equals()
Generate toString()
Override/Implement Methods
Delegate Methods
Change modifiers to final where possible
Generate Tests
Currently the available quick assists, source actions and refactorings are ordered by a static sequence and it's not so good as many users expected. There is a WIP PR: #2109
Order proposal:
Source Actions
Organize imports
Generate Getters
Generate Setters
Generate Getters and Setters
Generate Constructors
Generate hashCode() and equals()
Generate toString()
Override/Implement Methods
Delegate Methods
Change modifiers to final where possible
Generate Tests
Refactoring
Extract Variable
Extract Constant
Extract Field
Introduce Parameter
Extract Method
Inline Method
The text was updated successfully, but these errors were encountered: