coc-angular
coc-angular copied to clipboard
coc-angular breaks coc-rename command
Describe the bug
Prior to installing the plugin, coc-rename
works normally. After installing the plugin, the error [coc-nvim] Invalid position for rename is thrown.
To Reproduce Steps to reproduce the behavior:
- Map the coc-rename command, e.g.:
nmap <silent> gs <Plug>(coc-rename)
- Hover over a symbol in a .ts file in an angular project
- Trigger the command
- See error
Expected behavior Trigger the command normally without errors
Desktop (please complete the following information):
- OS: Linux
I'm seeing this as well.
mmm just posted the same issue, gonna delete it and watch this one
+1 for having this issue.
Looks like it might have been "resolved" upstream here? https://github.com/angular/vscode-ng-language-service/pull/1687
What's your project angular version?
What's your project angular version?
This happens both with v.13 and v.14
i faced same issues. angular version : 10 coc-angular version : 13.3.6