-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Razor intellisense not working with tag helpers using ParentTag #9136
Milestone
Comments
Surprisingly, completion actually worked fine :) |
davidwengier
added a commit
that referenced
this issue
Sep 11, 2023
The above issue has been fixed. But another small issue remain. Continuing on the above example: Tag Helper Class:
Razor Page Syntax:
Summary for property Attribute does not show when hovering the mouse over the attribute in razor syntax. |
@jamezamm woukd you mind logging that as a new issue, so it doesn't get lost here |
New issue #9397 created. |
ghost
locked as resolved and limited conversation to collaborators
Nov 10, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am using Visual Studio Enterprise 2022 (x64) Version 17.6.6.
I have the below tag helper classes:
The razor page syntax:
For the container tag, intellisense works as expected. Meanwhile for the header tag, intellisense does not popup when hovering the mouse over the tag.
Removing the ParentTag solves the issue.
The text was updated successfully, but these errors were encountered: