brpaz/vscode-file-templates-ext

Variable names with hyphen are ignored

Opened this issue · 0 comments

If I use - instead of _ to separate the words I am not asked to provided var values on file creation

e.g.:

const #{component_name} = ({}) =>
    <#{root-component}>
</#{root-component}

This should be maybe mentioned in documentation.