It's an Extension of Brackets. You can create a new file from a template so you can start writing main content directly. It's so easy!
A menu "New as" appears in the toolbar of Brackets when you reload it after installation. Select any of the below listed templates and a new file will be created in the current working directory. You can use hotkey too. If you want edit the template don't change the filename!
- html-template.html
- js-template.js
- css-template.css
- php-template.php
- New html -- ctrl+shift+h;
- New js -- ctrl+shift+j;
- New css -- ctrl+shift+c;
- New php -- ctrl+shift+p;
Update : Create a new file by selecting a file of current path. The new file's name will be your selected file's name with .new.html(js or css or php) in the end.
Update : Change the introduction.