Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

Please bring Syntax Highlighting and Code Completion for inline HTML templates. #73

Open Chris2011 opened 7 years ago

Chris2011 commented 7 years ago

It is not a good practice, but often you do it, you write your template write inside the component:

template: '<div>Whatever</div>'

so for this, syntax highlighting and code completion for HTML inside a TS string is needed.

Cheers

Chris

Chris2011 commented 7 years ago

I don't know atm whether you can add styles inline into the component too, if so, I will create a ticket to bring the same, code completion and syntax highlighting for css in TS strings.