]
Alexey Kazakov reassigned JBIDE-22749:
--------------------------------------
Assignee: Alexey Kazakov
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
Assignee: Alexey Kazakov
Fix For: 4.4.1.AM3
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 awkward, 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.