Commit 44d5c44
Andy
Document highlights for a JSX tag should just be the matching tag, not all references (microsoft#16453)
1 parent fd1edd2 commit 44d5c44Copy full SHA for 44d5c44
5 files changed
+71-11Lines changed: 71 additions & 11 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- harness
- services
- tests/cases/fourslash
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+19-3Lines changed: 19 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
536 | 536 | |
537 | 537 | |
538 | 538 | |
539 | | - |
540 | | - |
541 | | - |
| 539 | + |
| 540 | + |
| 541 | + |
542 | 542 | |
543 | 543 | |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
544 | 549 | |
545 | 550 | |
546 | 551 | |
| ||
2671 | 2676 | |
2672 | 2677 | |
2673 | 2678 | |
| 2679 | + |
| 2680 | + |
| 2681 | + |
| 2682 | + |
| 2683 | + |
| 2684 | + |
| 2685 | + |
2674 | 2686 | |
2675 | 2687 | |
2676 | 2688 | |
| ||
3885 | 3897 | |
3886 | 3898 | |
3887 | 3899 | |
| 3900 | + |
| 3901 | + |
| 3902 | + |
| 3903 | + |
3888 | 3904 | |
3889 | 3905 | |
3890 | 3906 | |
|
Collapse file
src/services/documentHighlights.ts
Copy file name to clipboardExpand all lines: src/services/documentHighlights.ts+12-6Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | | - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
6 | 15 | |
7 | 16 | |
8 | 17 | |
9 | | - |
10 | | - |
11 | | - |
12 | 18 | |
13 | 19 | |
14 | | - |
| 20 | + |
15 | 21 | |
16 | 22 | |
17 | 23 | |
|
Collapse file
tests/cases/fourslash/findReferencesJSXTagName.ts
Copy file name to clipboardExpand all lines: tests/cases/fourslash/findReferencesJSXTagName.ts+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | | - |
| 14 | + |
16 | 15 | |
17 | 16 | |
18 | 17 | |
|
Collapse file
tests/cases/fourslash/findReferencesJSXTagName3.ts
Copy file name to clipboard+38Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
Collapse file
tests/cases/fourslash/fourslash.ts
Copy file name to clipboardExpand all lines: tests/cases/fourslash/fourslash.ts+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
250 | 250 | |
251 | 251 | |
252 | 252 | |
| 253 | + |
253 | 254 | |
254 | 255 | |
255 | 256 | |
|
0 commit comments