xsburg / vscode-javascript-booster

Sprinkle extra refactorings, code actions and commands over your JavaScript! 🍩 TypeScript and Flow are first class citizens as well!
https://marketplace.visualstudio.com/items?itemName=sburg.vscode-javascript-booster
159 stars 13 forks source link

Angular support #13

Closed tmrony closed 5 years ago

tmrony commented 5 years ago

Currently it shows systax error for the typescript files in angular. If I remove the decorators @Component({....}) from the classes, it is working again.

Any plan to support this in futeure?

ragards.