]
Daniel Dekany commented on JBIDE-22749:
---------------------------------------
Waits for JBIDE-20512 to be merged before making a PR from
Improve the automatic finishing of FreeMarker constructs
--------------------------------------------------------
Key: JBIDE-22749
URL:
https://issues.jboss.org/browse/JBIDE-22749
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: freemarker
Reporter: Daniel Dekany
Currently, when I type {{<#}} or {{<@}}, the editor automatically adds the closing
{{>}}. It should also close {{</#}}, {{</@}}, {{${}}, and {{#{}} and {{<#--}}.
Furthermore the way it auto-closes what it does is technically award, as it only inserts
the {{>}} after the inserted {{#}} was shown and the resulting syntax highlighting was
done, instead of inserting both characters in a single step.