Skip to content

Releases: tlcsdm/vscode-java-method-sorter

vscode-java-method-sorter-1.0.0

11 Jan 08:26
5d415f2

Choose a tag to compare

  • 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