microsoft / vs-ng-language-service

Visual Studio extension for the Angular Language Service
MIT License
43 stars 15 forks source link

Unable to rename variables in VSCode due to Angular Language Service #36

Closed JonKarta closed 2 years ago

JonKarta commented 2 years ago

Whenever I try to rename a variable in VSCode, I receive a little tooltip and I am unable to rename that variable.

Expected Behavior

I should be able to rename the variable in all places that it is used.

Current Behavior

When I try to rename a variable, tooltip appears explaining that renaming is delegated to Angular Language Service.

image

swoerpel commented 2 years ago

A workaround for this issure is downgrading Angular Language Service in VS code.

go to your extensions, hit AngularLanguageService settings gear -> Install another Version image

I just picked the second most recent version and it fixed it image

MariaSolOs commented 2 years ago

@JonKarta This repository contains the implementation for Visual Studio, not VS Code. Please create the issue in their repo.