iamcco / coc-angular

Angular Language Service coc extension for (neo)vim
146 stars 17 forks source link

Support Language features in inline templates #50

Closed joeveiga closed 2 years ago

joeveiga commented 2 years ago

Describe the bug

vscode-ng-language-service supports language service features (highlight, autocomplete, emmet, etc.) for inline angular templates as well as external templates:

https://github.com/angular/vscode-ng-language-service/commit/7a0e8616ad5270791ccd98c34192b79f86afaf76 https://github.com/angular/vscode-ng-language-service/commit/72ee5c71c90f454f554fc2d2d54805fb75d3cf7d

Is this something coc-angular can support?

Screenshots

image

iamcco commented 2 years ago

coc-angular does not support syntax highlight for inline template, but LSP features ( autocomplete, hover document, goto definition, etc. ) should support.

joeveiga commented 2 years ago

@iamcco I see, thank you!