angular / vscode-ng-language-service

Angular extension for Visual Studio Code
MIT License
773 stars 116 forks source link

feat: integrate code refactorings from language-service via LSP #2050

Closed devversion closed 1 month ago

devversion commented 2 months ago

This integrates Angular's code refactorings into the extension, so that those are communicated via the LSP to VSCode.

devversion commented 2 months ago

Blocked on https://github.com/angular/angular/pull/56895

ivanwonder commented 1 month ago

@atscott Take a look at this PR.

A public API called getSupportedCodeFixes is used to check if the compiler can fix the diagnostics. Remove the unnecessary export custom API.

devversion commented 1 month ago

Note: This PR also bumps to a next release of the language service. Not sure if this is fine for the versioning in this repository— but I assume yes, given that there is a 18.x branch

angular-automatic-lock-bot[bot] commented 2 weeks ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.