Extend Typescript formatter to be aware of inline html/css in decorators #77442
Labels
*extension-candidate
Issue identified as good extension implementation
typescript
Typescript support issues
This kind of code does not highlight correctly in TypeScript, I have to use https://marketplace.visualstudio.com/items?itemName=natewallace.angular2-inline...
Also, auto-format doesn't affect the html or css present in the decorator either. Apparently this is a limitation of VSCode/Typescript formatter:
stringham/angular-template-formatter#7 (comment)
Makes sense to extend the TypeScript formatter to create a smoother experience when working with decorators containing html/css.
The text was updated successfully, but these errors were encountered: