Here completion and goto works: <code>{{ path('blog_index') }}</code> For this code style completion and goto won't work: <code>{{ path( 'blog_index' ) }}</code> note the space after "(" Tested with Plugin Version 0.11.70 in PhpStorm PS-138.1901
Here completion and goto works:
{{ path('blog_index') }}For this code style completion and goto won't work:
{{ path( 'blog_index' ) }}note the space after "("
Tested with Plugin Version 0.11.70 in PhpStorm PS-138.1901