]
Jeff MAURY updated JBIDE-26806:
-------------------------------
Fix Version/s: 4.13.x
provide up to date attributes for content assist
------------------------------------------------
Key: JBIDE-26806
URL:
https://issues.jboss.org/browse/JBIDE-26806
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsf
Affects Versions: 4.12.0.Final
Reporter: nimo stephan
Priority: Major
Fix For: 4.13.x
For example, the ui:fragment has a _rendered_ attribute, which is not shown by the
content assis/code completion of jboss tools. So users are not aware of this property when
not looking in the API.
{code:java}
<ui:fragment rendered=
{code}
I dont know if other jsf-tags also has missing attributes in code completions..