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

Private tags tags are not autocompleted #216

Closed
rkmax opened this issue Jan 22, 2014 · 4 comments
Closed

Private tags tags are not autocompleted #216

rkmax opened this issue Jan 22, 2014 · 4 comments
Labels

Comments

@rkmax
Copy link

rkmax commented Jan 22, 2014

private tags like doctrine.event_listener in a services.xml file

@Haehnchen
Copy link
Owner

only detected if used at least once in current project. there is no usable source file with tags. if someone knows correct and help...

@stof
Copy link
Contributor

stof commented Apr 10, 2014

@Haehnchen The proper way to check for known tags is not really usages (you cannot detect the usage of an unknown tag if using it marks it as known). the good way would be to look at arguments passed to $containerBuilder->findTaggedServiceIds in compiler passes (which is where tags are processed)

@Haehnchen
Copy link
Owner

currently usages are the only way to go, at some time i will be able to also parse php files like yml and xml on index process, but there is much todo. :)

@Haehnchen
Copy link
Owner

findTaggedServiceIds are in index, implementation by #740

Haehnchen added a commit that referenced this issue May 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants