FileHeader icon indicating copy to clipboard operation
FileHeader copied to clipboard

body template do not work in a Javascript file

Open X4codes opened this issue 7 years ago • 1 comments

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!

X4codes avatar Sep 07 '17 13:09 X4codes

I have had the same issue.

I have just added the body into the header.tmpl for now until there is a fix.

wattry avatar Dec 08 '17 23:12 wattry