Properties value lookup in IntelliSence is broken in Asp Core 6.0 Razor Pages cshtml file
This issue has been moved from a ticket on Developer Community.
[severity:It's more difficult to complete my work]
In latest Visual Studio 2022 17.0.2 I’ve create Asp .NET Core Web App from a template with the following settings:
Properties value lookup in IntelliSence is not working (for nested properties also).
For Example in _Layout.cshtml I can see an Intellisence tooltip with User value but cannot see User.Identity and User.Identity?.Name values (both of them are displayed correctly inside Watch window).
It is broken even inside @{ } block.
That is working in Visual Studio 2019 16.11 (for Asp Core 5.0 of course) and is broken in Visual Studio 2022 17.0.2
Original Comments
Feedback Bot on 12/8/2021, 09:36 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)