vscode-lombok
vscode-lombok copied to clipboard
Feature request: Remove unused @SneakThrows annotations on save
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