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
This VSCode feature allows you in other languages to find the usages of the selected class, method, variable, etc,... but knowing its context.
If you select for instance a variable inside a method, it will show the usages for that specific variable, and not if the same name is used in another method, similar to the usage of a method, it will show the usages of the method of that class A, if a class B has a method named the same, this one will not be shown as it's not the method from class A
The text was updated successfully, but these errors were encountered:
@Patresko No progress on this. I've left it open because I know it would be nice to have and that other people would be asking for it but I haven't looked at this since it's been opened. This would take a lot of effort to get right and be performant and with my limited time it's taken a back seat. I don't have an estimate for when I could look at it again.
This VSCode feature allows you in other languages to find the usages of the selected class, method, variable, etc,... but knowing its context.
If you select for instance a variable inside a method, it will show the usages for that specific variable, and not if the same name is used in another method, similar to the usage of a method, it will show the usages of the method of that class A, if a class B has a method named the same, this one will not be shown as it's not the method from class A
The text was updated successfully, but these errors were encountered: