Java Method Sorter Extension for Visual Studio CodeOverviewThis 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
Usage
Requirements
Extension SettingsThis extension does not have any configurable settings. Known IssuesCurrently, 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 NotesVersion 1.0.5Bug fix. Version 1.0.4Reduced the extension size by removing the languageclient package. Version 1.0.3Updated extension icon. Version 1.0.2Fixes sorting of methods in nested classes. Version 1.0.1Fixes sorting of javadocs. Version 1.0.0Initial release of Java Method Sorter Extension. LicenseThis 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! |