-
Notifications
You must be signed in to change notification settings - Fork 456
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
Add "add missing import" quick fix/action #56
Comments
+1 |
When! This is a great feature to have, especially since you can have quite a list of imports when you get going :-). |
well, as I'm used to from the eclipse world, I'd prefer to have: "Organize imports" functionality => add missing + remove unused (as those are already reported as warnings in "Problems" section). To go one step further I'd love to see this functionality on the whole package as well (all files within would have imports organized). |
* add activate event in telemetry * revert correlationId
This is now available bot as part of code assist and a code action. closing |
Does this feature have the ability to "remove unused imports"? |
@apemberton yes, it does. It is also available as an action on the command palette |
In order to quickly fix missing imports when pasting code or writing code - it would be great to have a quick fix to "add import" similarly to e.g. the C# vscode extension or various Java IDEs
The text was updated successfully, but these errors were encountered: