My project view context menu has been slowly growing in length.
One of the causes is that I have InspectorGeneral installed, which adds 5 new "code cleanup" actions.
Perhaps the UI could be reorganized a bit:
-Provide a single "Cleaup Code.." entry in the project context menu
-When invoked, show a dialog that contains the available "code cleanup" actions (including those coming from InspectorGeneral)
In a way, the UI already works like this a bit: the Ctrl-Alt-L can do both "reformat" as well as "optimize imports"
Perhaps the Ctrl-Alt-L dialog could simply be expanded to include other "code cleanup" actions?