microsoft / microsoft/TypeScript-Sublime-Plugin
Find all references highlights all instances of symbol text
オープン
@steveluc がすでに取り組んでいます。
2015年4月16日 から。
Bug
- 主要言語
- JavaScript
- スター
- 1.7k
- フォーク
- 236
- 平均マージ
- 21日 13時間
- マージ済み PR(30日)
- 1
説明
Find all references should only highlight the symbol, not all instances of the symbol text.
Steps to reproduce:
- Copy this text into a new .ts file:
class Foo {
public method(method: any) {
}
public test() {
this.method(null);
}
}
- Put the cursor on 'method' and press ctrl +t, ctrl + r.
Expected: There is a reference to the method declaration, and the symbol 'method' is underlined.
Actual: All instances of the text 'method' are highlighted in the reference. So in
D:/async/experimental/test.ts:
2: public method(method: any) {
All 'method' strings are underlined. Only the first should be underlined.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。