redhat-developer / redhat-developer/vscode-java

Make project import interactive

オープン
#4,156 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

enhancement import
主要言語
TypeScript
スター
2.3k
フォーク
546
平均マージ
20時間 1分
マージ済み PR(30日)
11

説明

Right now, importing Java projects is happening at startup. I am aware that there is the "interactive" mode, but all that allows me to do is to veto the import of the projects. (If I select "later", how do I later import the projects? There seems to be no "Import Projects" command 🤷 )

Let's consider making the import more interactive by

  • allow the user to pick which directories will be imported
  • allow the user to select which import will import a directory is two or more want to import a given directory
  • allow importers to ask the user to fix problems while importing (think "no compatible Java version" could be fixed by selecting a JDK directory).

In order to implement something like this, we'd have to move control of the import process to the vscode-java side instead of handling import in the language server. That would also alllow us to give more precise feedback if something goes wrong with the import. IMO.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、起動時のインポートフロー、既存のインタラクティブモード、VS Code拡張機能と言語サーバーの境界を追跡します。ユーザーがディレクトリとインポーターを選択し、インポーターの問題を解決し、後からインポートをトリガーする方法を定義します。これらのインタラクションが、起動時にのみ行われるインポートに依存せず、正確なフィードバックを提供できれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java, typescript
領域
developer-experience, tooling
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。