iamcco / coc-angular

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

coc-angular attribute completion doesn't include square brackets and parenthesis #20

Closed skromez closed 4 years ago

skromez commented 4 years ago

Describe the bug Angular attribute completion doesn't include square brackets and parenthesis

And I'm also using coc-snippets, could that be an issue?

To Reproduce Steps to reproduce the behavior:

  1. Create a simple <p> tag
  2. Start typing ng to trigger ngModel completion
  3. See that there is no variants with two-binding completion for ngModel

Expected behavior Should look like on the screenshot on the main page of this Github page

Screenshots If applicable, add screenshots to help explain your problem. screenshot

What could be the issue?

iamcco commented 4 years ago

It's expected. You should type ( * [. Take a look at https://github.com/angular/vscode-ng-language-service/issues/302