Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "Go to references" VSCode feature #61

Open
mat1990dj opened this issue Nov 4, 2020 · 2 comments
Open

Support "Go to references" VSCode feature #61

mat1990dj opened this issue Nov 4, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@mat1990dj
Copy link

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

@isc-bsaviano isc-bsaviano added the enhancement New feature or request label Nov 4, 2020
@isc-bsaviano isc-bsaviano added this to the Backlog milestone Apr 5, 2022
@Patresko
Copy link

Patresko commented Jun 4, 2024

Any progress on this? I guess it can be very handy to have "References" like in C# to know directly where ClassMethod, Method are used.

Right now I need to use search to find all declaration of my clasmethods which can be in various number of classes or routines

@isc-bsaviano
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants