Skip to content

vscode-java-method-sorter-1.0.0

Latest

Choose a tag to compare

@unknowIfGuestInDream unknowIfGuestInDream released this 11 Jan 08:26
· 48 commits to master since this release
5d415f2
  • 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