redhat-developer / redhat-developer/vscode-java
Feature Request: Support Eclipse "Source Clean Up" actions
Open
@rgrunber is already working on this.
Since Feb 13, 2023.
code action
enhancement
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
Eclipse provides a feature called Clean up (Right click a source folder: Source -> Clean Up). Clean up profile can be defined from
Preferences -> Java -> Code Style -> Clean Up. Clean up profiles can be exported to an xml file.

Like format settings, clean up settings could be set up with an xml file.
{
"java.format.settings.url": "...",
"java.cleanup.settings.url" : "..."
}
Also, I would like to contribute to this issue, if someone points me to the right direction.
mentioned in #1379
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.