-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Support Eclipse "Source Clean Up" actions #1626
Comments
@jdneo and @testforstephen is there any update on this a year later? |
I am interested in this feature as well - any update? Or pointers on how to contribute? |
Hi guys, do you know if there's any update on this? |
Anything stopping this enhancement? I see most of cleanup implementation doesn’t have ui component dependencies. Could we move those in jdt ui like we have done for type hierarchy? or are we looking at handling this in a different way for vscode ? Like having individual cleanup as code actions? |
Assign to @rgrunber since his team is working on this area recently. |
We started doing this through the new setting Any from the following list could be supported though : Might be best to prioritize the more interesting ones. They could probably be added to the "Source Action" menu with just a few lines of code. In order to get them as code actions (quick assists), the cleanup would need to have some helper method to have it apply on an individual |
Hello. I've tried integrating Eclipse CleanUp into Spotless (diffplug/spotless#1587) but there is still quite a long way to go. I feel some effort would be shared with the one in Concurrently, you may wish to have a look into Cleanthat which offers a various list of similar CleanUp rules (Mutators). |
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.
Also, I would like to contribute to this issue, if someone points me to the right direction.
mentioned in #1379
The text was updated successfully, but these errors were encountered: