You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because in VS we get Roslyn to provide the hover for components. The solution here is to move hover to "single server" in VS Code. No it's not!
So the fix here would for the code in DefaultLSPTagHelperTooltipFactory be updated to match the logic in DefaultVSLSPTagHelperTooltipFactory when producing hover content.
In VS if you hover over a component tag you get the full type name:
In VSCode you only get the type name without the namespace:
We should show the full type name of the component when hovering.
The text was updated successfully, but these errors were encountered: