You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In aaa.ts, the argument to helperB is value. If you click on it, nothing happens. If you look at the TSServer trace, you'll notice that it directs to aaa.ts
Also notice that the offset difference of 25 and 28 doesn't correspond to anything meaningful.
On the other hand, in bbb.mts, the inlay hint for cValue seems to jump be to ccc.mts; however, I don't quite understand how or why. There's no data in the response that indicates it should jump to ccc.mts.
DanielRosenwasser
changed the title
Clickable inlay hints doesn't work correctly across files
Clickable inlay hints don't work correctly across files
Aug 23, 2023
In
aaa.ts
, the argument tohelperB
isvalue
. If you click on it, nothing happens. If you look at the TSServer trace, you'll notice that it directs toaaa.ts
Also notice that the offset difference of
25
and28
doesn't correspond to anything meaningful.On the other hand, in
bbb.mts
, the inlay hint forcValue
seems to jump be toccc.mts
; however, I don't quite understand how or why. There's no data in the response that indicates it should jump toccc.mts
.One more thing - if you modify
ccc.mts
to something likeyou'll get a nonsensical response for the line/column:
The text was updated successfully, but these errors were encountered: