Skip to content

Add-import code action #95

@georgewfraser

Description

@georgewfraser

Currently, JLS tries to automatically add imports on save. This works well for scenarios like copy-paste, but sometimes the correct import is ambiguous and it does nothing. Implementation is here:

public List<String> fixImports(URI uri) {

We should have a code action to add imports, like TypeScript.

#44

@albfan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions