Releases: tlcsdm/vscode-java-method-sorter
Releases · tlcsdm/vscode-java-method-sorter
vscode-java-method-sorter-1.0.0
- Sort methods in Java classes based on multiple criteria:
- Access level (public, protected, package, private)
- Constructor separation
- Invocation order (depth-first or breadth-first)
- Lexical (alphabetical) ordering
- Cluster overloaded methods together
- Cluster getter and setter methods together
- Shuffle methods randomly (for testing purposes)
- Context menu integration
- Keyboard shortcut support