redhat-developer / redhat-developer/vscode-java
Show "Organize Import" quick pick menu when import results are ambiguous if "java.saveActions.organizeImports : true"
@testforstephen がすでに取り組んでいます。
2019年4月25日 から。
- 主要言語
- TypeScript
- スター
- 2.3k
- フォーク
- 547
- 平均マージ
- 20時間 1分
- マージ済み PR(30日)
- 11
説明
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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。