dubreuia / intellij-plugin-save-actions

Supports configurable, Eclipse like, save actions, including "organize imports", "reformat code" and "rearrange code".
MIT License
531 stars 101 forks source link

Remove unused Exceptions from throws list #382

Open methical opened 2 years ago

methical commented 2 years ago

Intellij has a QuickFix in place to remove unused throws and I would like to have it on AutoSave too.

Similar to remove/organize imports I want a save action option which enables to clean the throws list of a method on save.

Product: Intellij