microsoft / microsoft/TypeScript
Add "find assignment references"
オープン
@gabritto がすでに取り組んでいます。
2023年8月8日 から。
Domain: LS: Symbol Navigation
Domain: LS: TSServer
Rescheduled
Suggestion
- 主要言語
- Go
- スター
- 111k
- フォーク
- 14.3k
- 平均マージ
- 2日 4時間
- マージ済み PR(30日)
- 132
説明
Search Terms
find usage reference as LVALUE langauge services assignment read write
Suggestion
Add a language feature that will find a variable/property "x" when assigned a value in the code (or otherwise is used as an LVALUE).
Use Cases
Allows a user to find where a variable/property is set as opposed to defined or read.
Examples
When searching in VSCode, and my cursor is on "name" in
x = myPerson.name
a "find LVAUE references" call would return...
myPerson.name = "Jim";
or
this.name = "Ann";
or
myOtherPerson.name = "Arlo";
but not
class person { name: string; }
or
print(myPerson.name);
or
x = myPerson.name
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。