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: Find references on class constructor #530

Closed
jgranick opened this issue Dec 12, 2016 · 3 comments
Closed

Feature request: Find references on class constructor #530

jgranick opened this issue Dec 12, 2016 · 3 comments

Comments

@jgranick
Copy link

jgranick commented Dec 12, 2016

The request is to support looking up references, based on a class constructor:

                 Search for usages
                 ^
public function new () {


}

Flowplay is interested in paying to support the development of this and other issues:

#528
#529
#531

Thanks everyone 😄

@mayakwd
Copy link
Contributor

mayakwd commented May 13, 2017

It's not too easy to achieve that. Grammar of haxe parser based on wrappers and have a lot of overhead above existing psi-types. HaxeNewExpression should extend PsiNewExpression to participate in usage process, but it can't, because of HaxeType not extending PsiType (HaxeType is PsiElement, but PsiType is not PsiElement).

@EricBishton
Copy link
Member

I've got an idea how to do it, and I'll be working on this soon.

@EricBishton EricBishton changed the title (Bounty) Feature request: Find references on class constructor Feature request: Find references on class constructor May 14, 2017
@mayakwd
Copy link
Contributor

mayakwd commented May 16, 2018

I guess it could be closed

@mayakwd mayakwd closed this as completed May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants