-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(🎁) "organize imports" integration #140
Comments
This would be awesome. My current work around is to run
as part of a File Watcher Having this be a simple option to "sort imports on save" built into the plugin would be save a lot of manual configuration for each user. |
Isn't this already possible? For me the following combination of options achieves this:
|
@urob that would lead to fixing everything, which is not desirable. |
Not sure I follow. The I'm using something very similar to this and there aren't any additional linter fixes that are automatically applied for me. |
Oh right, yeah, read that backwards. Your solution would lead to nothing else being fixed, which is not desirable. |
the vscode extension has options/commands for:
I think that it would be beneficial if this plugin had a separate "organise imports" option like the vscode extensions does.
See
com.intellij.lang.ImportOptimizer
Funding
The text was updated successfully, but these errors were encountered: