]
Denis Golovin updated JBIDE-20006:
----------------------------------
Fix Version/s: 4.4.x
Support content assist for options inside directive
---------------------------------------------------
Key: JBIDE-20006
URL:
https://issues.jboss.org/browse/JBIDE-20006
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: freemarker
Affects Versions: 4.3.0.Beta1
Reporter: Denis Golovin
Labels: new_and_noteworthy
Fix For: 4.4.x
As an example include directive (see
http://freemarker.org/docs/ref_directive_include.html) has options:
{quote}One or more of these: encoding=encoding, parse=parse
encoding: Expression evaluates to string
parse: Expression evaluates to boolean (also accepts a few string values for backward
compatibility)
ignore_missing: Expression evaluates to boolean{quote}