Introduce a new feature for finding and removing unused import statements in a buffer. This feature works by performing a simple search in the buffer for any potential usages of an imported identifier. If none are found, the import statement is highlighted or removed.
This plugin isn't smart enough to look at the AST of the Java file. If a keyword is present in a comment or string, the plugin will not report the unused import.
Introduce a new feature for finding and removing unused import statements in a buffer. This feature works by performing a simple search in the buffer for any potential usages of an imported identifier. If none are found, the import statement is highlighted or removed.
This plugin isn't smart enough to look at the AST of the Java file. If a keyword is present in a comment or string, the plugin will not report the unused import.