microsoft / vs-ng-language-service

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

Items in Find All References window do not respond to double clicks #60

Closed transmogrifix closed 1 year ago

transmogrifix commented 1 year ago

I am using VS 2022 v17.3.0, extension v1.1.4.

The extension correctly populates the Find All References window with references from ts and html files. image The issue is that when I double click any row in the window nothing happens (I would expect that the file should be opened in the editor on that line/col).

When I disable the extension, not all references are found but the double click action works. image

You can use my test project to reproduce.

MariaSolOs commented 1 year ago

@transmogrifix Thanks for reporting the issue!

Could you please check if the problem can be reproduced when opening the project as a solution in VS, instead of as a folder?

transmogrifix commented 1 year ago

Hi @MariaSolOs, I tried using both "ASP.NET Core with Angular" and "Standalone TypeScript Angular project" template projects, behavior is the same - double click action is not working.