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

[Feature Request] Take Angular/React/VUE template event binding reference as reference count. #56

Closed
x-strong opened this issue Aug 6, 2020 · 3 comments

Comments

@x-strong
Copy link

x-strong commented Aug 6, 2020

Take Angular/React/VUE template event binding reference as reference count.

for example

<input type="button" value="check" (click)="check()" />

1 reference
function check():void{/.../}

@kisstkondoros
Copy link
Owner

Thanks for reaching out!

The extension builds on top of standard vscode API's, and hence, this is something which should be provided by the language / framwork extensions, therefore I have no plans in implementing any special support for them.

This is more or less a duplicate of the following issues:
#6 #22 #25 #29

@jerone
Copy link

jerone commented Dec 14, 2020

I came here to suggest the same, and understand that currently that's not possible yet.

It does look like they soon will prioritize the implementation into Angular Language Service: angular/vscode-ng-language-service#29 🤞

@jerone
Copy link

jerone commented Aug 24, 2022

Can we re-open / re-think about this feature.
It looks like the feature is implemented: angular/vscode-ng-language-service#29 (comment)

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

No branches or pull requests

3 participants