Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support on default templates of IntelliJ annotations #5

Open
Zardoz89 opened this issue Apr 11, 2021 · 1 comment
Open

Support on default templates of IntelliJ annotations #5

Zardoz89 opened this issue Apr 11, 2021 · 1 comment

Comments

@Zardoz89
Copy link
Owner

https://www.jetbrains.com/help/idea/template-data-languages.html#special-comments

Comment Description
@Implicitly included Any FreeMarker file that starts with this comment is included into all files that are in the same module or its dependencies. Use such a dedicated comments file to define IDE-specific comments, so that they do not pollute your template files.
@ftlvariable Defines a variable. For example, the following comment declares a variable named foo of type String, visible only in the specified file: <#-- @ftlvariable name="foo" type="java.lang.String" file="path/to/file" -->
@ftlroot Defines the path relative to which import and include directives are resolved. The path is specified relative to any of the directories in the current FTL file's package. Paths inside JARs are also supported, for example: <#-- @ftlroot "path/to.jar!/path/inside/jar" -->
@Zardoz89
Copy link
Owner Author

Issue #9 it's required to handle this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant