Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Feature request: organize use commandΒ #499

Open
@jamesmahler

Description

@jamesmahler

With eclipse + java... people hit ctrl + shift + o all the time. IntelliJ is ctrl + alt + o. This is probably the most used key short cut some people use.

Sometimes I see a lightbulb come up that can add an import, but this doesn't seem to always work. The compiler seems to output did you mean X or Y or Z when you have something you don't have a use for. This is handy that I can copy / paste it.

Unused imports are marked as unused, but don't seem to have any hint command to remove them.

However, It would be very useful IMO to have an organize command that: removed all unused, added all missing (with choice when multiple possible), and put them in a consistent order.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementIndicates new feature requestsrlsIssue related to the RLS itself rather than the extension

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions