How to exclude outdated package version in generated imports? #3613
Unanswered
ErikKalkoken
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use a new package the import statements for that package are added automatically, which is a great and helpful feature.
However, when there is a v2 version of that package the plugin still always adds the v1 version. This can lead to errors by accidentally using an outdated package version in your code or at least always always requires me to manually update the import statement to the newer version.
I there a way to exclude outdated versions in generated imports?
Beta Was this translation helpful? Give feedback.
All reactions