The "Organize imports" feature generally works well, but I have an annoying issue with it:
When I temporarily comment out some code with usage of some classes - it removes some imports on the file save event, because they become unused.
And when I uncomment this code back - the imports become missing, so I have to manually recover them, that's no good.
VS Code has a "Format On Save" option, that usually helps resolve this problem, but the extension still removes unused imports on save.
So, to resolve this issue, could you please disable removing imports if the "Format On Save" option is disabled?