vscode-lombok icon indicating copy to clipboard operation
vscode-lombok copied to clipboard

Feature request: Remove unused @SneakThrows annotations on save

Open spotlesscoder opened this issue 4 years ago • 0 comments

Consider the case where you change a method that throws exceptions and was annotated with @SneakyThrows when you started editing it. After you are done, the method would not throw any exceptions anymore.

When I save the file in such a case, I want the @SneakyThrows annotation to be removed automatically

spotlesscoder avatar Mar 19 '21 06:03 spotlesscoder