redhat-developer / redhat-developer/vscode-java
Show "Organize Import" quick pick menu when import results are ambiguous if "java.saveActions.organizeImports : true"
@testforstephen arbeitet bereits daran.
Seit 25.4.2019.
- Vorherrschende Sprache
- TypeScript
- Sterne
- 2.3k
- Forks
- 546
- Ø Merge
- 20 Std. 1 Min.
- Gemergte PRs (30 T.)
- 11
Beschreibung
Currently, the window implemented in this PR https://github.com/redhat-developer/vscode-java/pull/850 is only shown when we select the menu action "Organize Imports".
For people that use java.saveActions.organizeImports: true, it resolves all non-ambiguous imports, but we still have to go back and resolve the ambiguous imports in the editor, OR to open the menu action "Organize Inputs"
Proposal:
If java.saveActions.organizeImports is true and we find that there are ambiguous results, open that window and focus on it.
Can also have settings flag whether people want that feature or not.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.