We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, When I save a new js file, I wish the template is as the following:
/* * @ Author : {{author}} * @ E-mail : {{email}} * @ Date : {{create_time}} * @ Last Modified by : {{last_modified_by}} * @ Last Modified time : {{last_modified_time}} */ "use strict";
But the body template failed to load, "use strict" dosen't appear in my new file. Any suggestion would be appreciated . Thanks!
The text was updated successfully, but these errors were encountered:
I have had the same issue.
I have just added the body into the header.tmpl for now until there is a fix.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
When I save a new js file, I wish the template is as the following:
But the body template failed to load, "use strict" dosen't appear in my new file.
Any suggestion would be appreciated .
Thanks!
The text was updated successfully, but these errors were encountered: