-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
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.
pwntester
Metadata
Metadata
Assignees
Labels
No labels