redhat-developer / redhat-developer/vscode-java

[feature] Improve Move symbol by using Custom QuickPick which will not load all symbols.

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

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

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

説明

Today the Move symbol refactor operation load all types in the project. If the project is large, it takes a lot of time to load the items and its overwhelming to select from.

A suggestion is to use https://code.visualstudio.com/api/references/vscode-api#QuickPick%3CT%3E so that we can start loading the types which are in the same package to start with, and then when user start typing we can use that as a query parameter and load more items with a de-bounce.

This will give much better user experience and fast response.

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

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

はじめの一歩

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

調査の方向性

Move symbol リファクタリング操作から始め、issue にリンクされている VS Code QuickPick API を確認してください。この変更では、最初にすべての型を読み込むことを避け、同じパッケージの型から開始し、ユーザーの入力に合わせて debouncing を使って追加の項目をクエリする必要があります。

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

評価

技術スタック
typescript, vscode
領域
developer-experience, tooling
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
30/100

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

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