This is a built-in template used each time you create
a new Ballerina file, by selecting New | Ballerina File from the popup menu in one of the project views. The template is editable. Here you can use predefined variables (listed below) that will then be expanded like macros into the corresponding values. It is also possible to specify an arbitrary number of custom variables in the format ${<VARIABLE_NAME>}. In this case, before the new file is created, you will be prompted with a dialog where you can define particular values for all custom variables. |
Predefined variables will take the following values: | ||
|
name of the package in which the new file is created |