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

For loop variable autocompletion #463

Closed
gharlan opened this issue Mar 11, 2015 · 5 comments
Closed

For loop variable autocompletion #463

gharlan opened this issue Mar 11, 2015 · 5 comments
Labels

Comments

@gharlan
Copy link

gharlan commented Mar 11, 2015

-> #208

Shouldn't autocompletion for user work here?

screenshot 2015-03-10 11 59 20

The type of user is empty, but it should be \AppBundle\Model\User..
So I don't get autocompletion for lastName etc.

I'm using PhpStorm 9 EAP and sf2 plugin 0.11.86.

@ksaveras
Copy link

+1 using PhpStorm 8.0.3 and 0.11.86 plugin version
It's really annoying - missing this functionality - earlier it worked without problems.
BTW type hint does not help also - tried this way - report autocompletion works, but article autocompletion - does not.

    {# report \AppBundle\Entity\Report #}
    <div class="row">
        <div class="col-md-12">
            {{ report.name }}
            {% for article in report.articles %}
                {# article \AppBundle\Entity\Article #}
                {{ article.headline }}
            {% endfor %}
        </div>
    </div>

Haehnchen added a commit that referenced this issue Mar 16, 2015
…o make it more stable and provide some additional testing cases #463
@Haehnchen
Copy link
Owner

sry guys, but finally fixed and its more stable now. wait for next release :)

@Haehnchen
Copy link
Owner

pls give some feedback on new release, now

@gharlan
Copy link
Author

gharlan commented Mar 20, 2015

It works now! Very nice ❤️ Thanks for the fix!

@Protocteur
Copy link

It work for me too since the last update :)

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

4 participants