6.0: Web Module: JSF: Unable to code complete EL statements/properties file
In version 6.0 web module, if I have a properties file "eaigftprops.properties" located in the package com.dtn.project, I then create the reference:
<f:loadBundle basename="com.dtn.project.eaigftprops" var="eg"/>
When I go to add a property, such as:
<h:outputLabel for="fAbbreviation" value="#{eg.}"/>
Typing Ctrl+Space does not code complete after the period. Is this a feature yet or how can I set-up version 6.0 to complete EL statements using a properties file?
Thanks,
--Todd
Please sign in to leave a comment.
Fixed in 6.0.2
Todd wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
I tried to use (performance was really bad... even with default plugins and settings) the EAP release and I could not get this feature to work with a .properties file.
Is there a setting that I need to turn on?
Thanks,
--Todd