coc-angular
coc-angular copied to clipboard
Angular Language Service coc extension for (neo)vim
Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
**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...
I am not quite sure what this error implies can someone help me out in this regard?  **To Reproduce** Steps to reproduce the behavior: 1. Install plugin 2. The...
**Describe the bug** For example the attribute completion only shows after insert [, but if i'm already inside square brackets the completion doesn't show or if i delete some characters...
**Describe the bug** The coc-angular extension is not loading when I open a file in an ionic-angular project inside a nx workspace. **To Reproduce** Steps to reproduce the behavior: Create...
I installed with `:CocInstall coc-angular` It says it was successful. I have an angular app open at the workspace root, it has an angular.json file. `:CocInfo` prints this. ``` ##...
Fixes #62
**Describe the bug** Incompatibility with angular 14 **To Reproduce** Steps to reproduce the behavior: Use any coc-angular option withing an Angular 14, it won't work I fixed it editing this...
Sometime pressing commands like `Go to Definiation` take a time to react. Is it a coc problem or this plugin by itself?
**Describe the bug** Go to definition in template files does not seem to work **To Reproduce** 1. Create mini.vim: ```vim "extra config autocmd VimEnter * call CocActionAsync('activeExtension', 'coc-angular') let g:coc_node_path...