Skip to content
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" should only organize current imports #983

Closed
CsCherrYY opened this issue Apr 29, 2022 · 2 comments
Closed

"Organize imports" should only organize current imports #983

CsCherrYY opened this issue Apr 29, 2022 · 2 comments
Assignees

Comments

@CsCherrYY
Copy link
Contributor

CsCherrYY commented Apr 29, 2022

There should be several source actions about imports:

  • organize imports (source action): organize(re-sort) current imports
  • remove unused imports(quickfix): remove unused current imports (we can consider to remove all unused imports, currently we can only remove the chosen one)
  • add missing imports (quick fix and source action): add missing imports
@CsCherrYY CsCherrYY self-assigned this Apr 29, 2022
@CsCherrYY
Copy link
Contributor Author

related issue: redhat-developer/vscode-java#1575

@CsCherrYY
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant