-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
For loop variable autocompletion #208
Labels
Comments
thats already in. latest plugin version? |
"foo.bar" is not supported right now, add to todo-list |
+1 for this. |
Haehnchen
added a commit
that referenced
this issue
Feb 21, 2015
fixed. optimization also needed for #444 later |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible to support variable autocompletion in for loops?
Example (for demonstration purpose I wrote these two hypothetical classes which illustrate my use case):
Then in Twig I have an object which is instance of
MyService
class, and it is autocompleted nicely:but this single loop element
module
, even if it has a proper PHPDoc annotation, gets no autocompletion:The text was updated successfully, but these errors were encountered: