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

Fix conflicting Twig references from PhpStorm itself #2394

Open
Haehnchen opened this issue Aug 12, 2024 · 0 comments
Open

Fix conflicting Twig references from PhpStorm itself #2394

Haehnchen opened this issue Aug 12, 2024 · 0 comments

Comments

@Haehnchen
Copy link
Owner

The core Twig provides partial navigation via references extension, is conflicting / ignoring navigation from this plugin. So for example if there are usages the navigation is handled by PhpStorm itself.

foobarBad is given navigation by this plugin, but is overwritting to jump to the if statement.

    {% if x.foobarBad != '' %}
            {{ x.foobarBad }}
            {{ x.foobarGood }}
    {% endif %}
@Haehnchen Haehnchen changed the title Fix conflicting Twig references Fix conflicting Twig references from PhpStorm itself Aug 12, 2024
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

1 participant