Extension for formatting Angular HTML templates. This extension is forked and modified to our needs. See highlights below.
- Indent
2 - Split rows with more than
3elements to multiline or length> 60
Clone the repository.
Install vscode command line tools globally:
npm i -g vsceInstall dependencies
npm iModify the program to the needs.
Compile
npm run compileIncrease version in package.json
Create a new .vsix file:
npm run build