You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i want to make a small change to a repo, java.cleanup.actionsOnSave automatically changes lot of the code i wish not to change.
however, I do want this feature available when i really do need it.
I think this is pretty reasonable. Some code bases may have parts that should not be cleaned up on save, and I don't think VS Code has per-file/folder settings where you could just set "java.cleanup.actionsOnSave": [], and even that isn't as convenient as a keybinding.
This could definitely be done. It's just a matter of whether VS Code provides an existing keybinding we could override, or finding a new one that doesn't clash with anything.
java.cleanup.actions will be the new setting to store the list of cleanups to apply. java.saveActions.cleanup will be the setting to enable cleanup actions on save. ctrl+shift+alt+s will be the default key binding to activate cleanups (can be configured through the java.action.doCleanup command ID)
when i want to make a small change to a repo, java.cleanup.actionsOnSave automatically changes lot of the code i wish not to change.
however, I do want this feature available when i really do need it.
following are the ones i have set right now:
Environment
Steps To Reproduce
Additional Information
I simply want a way for the actions to be performed with a keyboard shortcut and not on save every time.
The text was updated successfully, but these errors were encountered: