microsoft / microsoft/TypeScript

Should navto search opening projects like find all refs to give better info about world or just existing open projects

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

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

In Discussion Suggestion
主要言語
Go
スター
111k
フォーク
14.3k
平均マージ
2日 4時間
マージ済み PR(30日)
132

説明

Yes VS Code now searches all open projects by default (on TS 3.9+). My understand is that this should only search the already opened project and not trigger a new project loads. You can disable this behavior with typescript.workspaceSymbols.scope .

I made this the default because I felt searching all projects made the most sense for the way we describe go to symbol in workspace. It is useful in the VS Code codebase for example because we usually want search results from both our extensions and our core codebase.

@amcasey VS Code cannot stream in results. We have to return them all in a single response

Originally posted by @mjbvz in https://github.com/microsoft/TypeScript/issues/38491#issuecomment-627599632

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

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

はじめの一歩

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

調査の方向性

navto と workspace-symbol に関する議論から始め、TypeScript 3.9+ の動作と typescript.workspaceSymbols.scope 設定を含めて確認してください。開いているプロジェクトとすべてのプロジェクトのどちらをデフォルトにする意図なのかを判断し、そのうえで関連する VS Code 統合のエントリポイントとテストを特定してください。payload にはファイル名もテストも記載されていないため、それらを見つけることも作業の一部です。

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

評価

技術スタック
typescript, vscode
領域
search, tooling
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
32/100

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

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