Details
-
Improvement
-
Status: Closed
-
Top
-
Resolution: Fixed
-
CMS-10.0-FCS
Description
Freemarker templates in web files should get auto-completion of tags in IDEs. This can be achieved by adding the following dependency by default to the bootstrap/webfiles/pom.xml file in the archetype:
<dependency>
<groupId>org.onehippo.cms7.hst.dependencies</groupId>
<artifactId>hst-client-dependencies</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
Attachments
Issue Links
- relates to
-
ESSENTIALS-965 No content assist for Essentials classes in web files templates
- Closed