Feature description
Add a way to quickly re-run SpotBugs only for the file or area I am currently working on.
When working in a large Java workspace, running a full SpotBugs analysis can take too long for normal edit-check-fix loops. It would be useful if the extension could refresh results for the changed file or selected folder without making the user run the full workspace analysis every time.
This would make SpotBugs feel more responsive while coding.
Alternatives considered
Run the full workspace analysis manually, but that is too heavy for frequent use.
Additional context
This could later support an optional analyze-on-save setting.
Feature description
Add a way to quickly re-run SpotBugs only for the file or area I am currently working on.
When working in a large Java workspace, running a full SpotBugs analysis can take too long for normal edit-check-fix loops. It would be useful if the extension could refresh results for the changed file or selected folder without making the user run the full workspace analysis every time.
This would make SpotBugs feel more responsive while coding.
Alternatives considered
Run the full workspace analysis manually, but that is too heavy for frequent use.
Additional context
This could later support an optional analyze-on-save setting.