Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Java Method SorterNew to Visual Studio Code? Get it now.
Java Method Sorter

Java Method Sorter

zaciam

|
500 installs
| (2) | Free
Sorts methods in Java classes and interfaces according to the order in the parent classes and interfaces.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Java Method Sorter Extension for Visual Studio Code

Overview

This extension provides a convenient way to sort methods within Java classes and interfaces based on the order in the parent classes and interfaces. It enhances code readability and organization by maintaining consistency with superclasses and superinterfaces.

Features

  • Sorts methods in Java classes and interfaces according to the order in the parent classes and interfaces.

Usage

  1. Open a Java file in Visual Studio Code.
  2. Use the Command Palette by pressing Ctrl+Shift+P.
  3. Type "Sort Methods" and select the command from the dropdown.
  4. The extension will sort the methods in the file according to the order in the parent classes and interfaces.

Requirements

  • Dependency: Language Support for Java(TM) by Red Hat

Extension Settings

This extension does not have any configurable settings.

Known Issues

Currently, there are no known issues with this extension. If you encounter any problems or have suggestions for improvements, please feel free to submit an issue on GitHub.

Release Notes

Version 1.0.5

Bug fix.

Version 1.0.4

Reduced the extension size by removing the languageclient package.

Version 1.0.3

Updated extension icon.

Version 1.0.2

Fixes sorting of methods in nested classes.

Version 1.0.1

Fixes sorting of javadocs.

Version 1.0.0

Initial release of Java Method Sorter Extension.

License

This extension is licensed under the MIT License.


Thank you for using the Java Method Sorter Extension! If you find it useful, please consider leaving a review and rating in the Visual Studio Code Marketplace. If you have any feedback or questions, don't hesitate to reach out. Happy coding!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft