freemarker tipster
is an extension designed to enhance your experience with ftl
files.
It allows you to quickly navigate to the definitions of macro and function variables you've written. Additionally, it provides completion tips while you are writing ftl
files.
Tip: Currently, only macros and functions defined in the same file are supported. Additionally, their names can contain letters, digits, underscores, dollar signs, and at signs, but the first character cannot be a digit.
If you start typing a valid variable name, you get completion suggestions:
If you start typing with <@
, you can get completion suggestions for the current macro variables.
If you start typing with <#
, you can get completion suggestions for the freemarker directives.
If you type with ?
after a valid variable name, you can get completion suggestions for the built-ins.