Can JPQL syntax assistance work without IntelliLang ?
1. with JPA facet configured and IntelliLang uninstalled - no syntax highlight works
2. with IntelliLang installed - syntax works but there's no auto-complete available on setParameter method for named parameters in JPQL query
my question - is IntelliLang required at all for JPA syntax assistance.
i'm using IDEA 8.1
Please sign in to leave a comment.
Hello Evgeny,
IntelliLang is required.
As far as setParameter completion is concerned I need to see the code.
Gregory Shrago
Evgeny Shepelyuk wrote:
HI, sorry it may seems weird but now its working OK in my JPA projects.
It mayube can be caused by facts that i erased all IDEA settings and set it up from ground up.
Thnx for help anywat !