Symfony-2-Eclipse-Plugin icon indicating copy to clipboard operation
Symfony-2-Eclipse-Plugin copied to clipboard

Auto completion is not working for twig file.

Open ajaypatelbardoli opened this issue 11 years ago • 9 comments

Auto completion is not working for twig file.

ajaypatelbardoli avatar Feb 03 '14 14:02 ajaypatelbardoli

currentally i am using Eclipse Kepler. is this plugins are compatible with Eclipse Kepler??

ajaypatelbardoli avatar Mar 03 '14 13:03 ajaypatelbardoli

Should be with latest pdt-snapshot. If you are using plugin from http://p2-dev.pdt-extensions.org/ you need also PDT-dev Can you provide more information about your problem?

Eclipse version, Plugin version, PDT version.

zulus avatar Mar 06 '14 12:03 zulus

Os : ubuntu 12.04

Version: Kepler Service Release 1 Build id: 20130919-0819.
PHP Development Tools (PDT) -   3.2.0.201402182015
Symfony Feature 1.0.94.201305191237
Composer    1.0.2.201312051648
Doctrine Feature    1.0.6.201305041000
Eclipse Platform    4.3.1.v20130911-1000
PHP Development Tools (PDT) 3.2.0.201402182015
Twig Editor Feature 1.0.13.201309142024

ajaypatelbardoli avatar Mar 07 '14 11:03 ajaypatelbardoli

Have you any errors in "error view" ? And please paste example code that should work

zulus avatar Mar 07 '14 12:03 zulus

when i press CTRL+[space] in error window i see below log

!ENTRY com.dubture.symfony.core 1 1 2014-03-07 22:07:44.965 !MESSAGE Unable to parse class attribute from service [service: null]

!ENTRY com.dubture.symfony.core 1 1 2014-03-07 22:07:44.967 !MESSAGE Unable to parse class attribute from service [service: null]

!ENTRY com.dubture.symfony.core 1 1 2014-03-07 22:07:44.970 !MESSAGE Unable to parse class attribute from service [service: null]

!ENTRY com.dubture.symfony.core 1 1 2014-03-07 22:07:44.973 !MESSAGE Unable to parse class attribute from service [service: null]

!ENTRY com.dubture.symfony.core 1 1 2014-03-07 22:07:44.978 !MESSAGE Unable to parse class attribute from service [service: null]

!ENTRY com.dubture.symfony.core 1 1 2014-03-07 22:07:44.981 !MESSAGE Unable to parse class attribute from service [service: null]

!ENTRY com.dubture.symfony.core 1 1 2014-03-07 22:07:44.983 !MESSAGE Unable to parse class attribute from service [service: null]

!ENTRY com.dubture.symfony.core 1 1 2014-03-07 22:07:44.990 !MESSAGE Unable to parse class attribute from service [service: null]

!ENTRY com.dubture.symfony.core 1 1 2014-03-07 22:07:44.993 !MESSAGE Unable to parse class attribute from service [service: null]

!ENTRY com.dubture.symfony.core 1 1 2014-03-07 22:07:44.995 !MESSAGE Unable to parse class attribute from service [service: null]

!ENTRY com.dubture.symfony.core 1 1 2014-03-07 22:07:44.998 !MESSAGE Unable to parse class attribute from service [service: null]

ajaypatelbardoli avatar Mar 07 '14 16:03 ajaypatelbardoli

Hmm this logs are from build process. Maybe sample from twig file

zulus avatar Mar 08 '14 10:03 zulus

Should i paste the twig code here?

ajaypatelbardoli avatar Apr 17 '14 05:04 ajaypatelbardoli

Try use https://gist.github.com/ and paste url here ;)

zulus avatar Apr 17 '14 17:04 zulus

I also have no completion for {{ path('') }}

sparrowek avatar Oct 08 '14 14:10 sparrowek