Skip to content

Commit 173b5d5

Browse files
docs: Improve docs
1 parent 39602e5 commit 173b5d5

3 files changed

Lines changed: 2 additions & 32 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Change Log
22

3-
All notable changes to the "Java Method Sorter" extension will be documented in this file.
4-
53
## [1.0.0] - 2026-01-10
64

75
### Added

README.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
A Visual Studio Code extension that sorts methods in Java classes to increase code readability.
44

5-
This extension is inspired by the [eclipse-method-sorter](https://github.com/tlcsdm/eclipse-method-sorter) plugin and brings similar functionality to VS Code.
6-
75
## Features
86

97
- Sort methods in Java classes based on multiple criteria:
@@ -62,29 +60,9 @@ When all options are enabled, methods are sorted in the following order:
6260
5. **Lexical order** - Alphabetical ordering of method names
6361
6. **Original position** - Maintains original order when all other criteria are equal
6462

65-
## Requirements
66-
67-
- Visual Studio Code 1.108.0 or later
68-
- Java source files (.java)
69-
70-
## Known Issues
71-
72-
Please report issues on the [GitHub issue tracker](https://github.com/tlcsdm/vscode-java-method-sorter/issues).
73-
74-
## Release Notes
75-
76-
### 1.0.0
77-
78-
Initial release of Java Method Sorter.
79-
80-
## Contributing
81-
82-
Contributions are welcome! Please feel free to submit a Pull Request.
63+
## Related Projects
64+
* [eclipse-method-sorter](https://github.com/tlcsdm/eclipse-method-sorter)
8365

8466
## License
8567

8668
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
87-
88-
## Credits
89-
90-
This extension is inspired by the [eclipse-method-sorter](https://github.com/tlcsdm/eclipse-method-sorter) plugin, which is a fork of [Clean-Code-Method-Sorter](https://github.com/parzonka/Clean-Code-Method-Sorter).

images/icon.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)