iamcco / coc-angular

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

feat(rename): Support renaming from TypeScript files #52

Closed iamcco closed 1 year ago

iamcco commented 2 years ago

This PR will add a new package that is applied to the built-in TS extension by the config typescriptServerPlugins and is used to disable rename provider of the built-in TS extension so VSCode asks the Angular Language Service for the answer instead.

Detail about this package is here.

joeveiga commented 2 years ago

@iamcco FYI it seems this change was later rolled back here: https://github.com/angular/vscode-ng-language-service/pull/1687