Commit 5baed99
committed
Add a hover preview for extern symbols that includes type information
A new preview type is added for extern symbols that includes the
external library name, if known, the symbol type, and any call type
override that is applied at the hovered callsite.
Previously, hovering an extern symbol would display a hex preview of the
synthetic extern section which was of limited value.1 parent 6e32098 commit 5baed99
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
| |||
0 commit comments