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
Expected behavior:
When searching for usages of someProp, the destructuring in test function should count. I am using VSCode, but I understand this is a language server feature.
Actual behavior:
The destructing statement in test function is not seen. Also, renaming with F2 doesn't affect this usage either.
The text was updated successfully, but these errors were encountered:
TypeScript Version:
1.8.2
Code
Expected behavior:
When searching for usages of
someProp
, the destructuring intest
function should count. I am using VSCode, but I understand this is a language server feature.Actual behavior:
The destructing statement in
test
function is not seen. Also, renaming with F2 doesn't affect this usage either.The text was updated successfully, but these errors were encountered: