-
Notifications
You must be signed in to change notification settings - Fork 10.3k
VS shows documentation for attributes when writing the component tag #9133
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
Comments
The fix for this would be in WTE. They build the tooltip. |
@danroth27 can you please follow up with the tooling team so that this can be fixed? Thanks! |
Adding @NTaylorMullen since he was seeing something similar in VS Code as well. |
Ya there's a good chance the way we're generating bind, event handlers etc. TagHelperDescriptors may be resulting in this behavior. Would have to investigate more. Either way it's consistent in VSCode. |
That's because you implemented tooltips the same thing WTE does. IDK how we would generate different descriptors without redoing everything. What we generate is "correct" - but we don't like how that displays, so we should change how it displays. |
Assigning to Taylor as he still believe this is under our control. |
This should be fixed already. |
Wait really? When? |
IDK LOL? |
@NTaylorMullen please follow up on this. Let's either get this fixed, if we can do it on our own, or please follow up with the owners to get this fixed. |
- This removes the excess amount of directive attribute completions that show up when completing a component. - Added a test to verify directive attributes no longer show up in element completions. dotnet/aspnetcore#9133
- This removes the excess amount of directive attribute completions that show up when completing a component. - Added a test to verify directive attributes no longer show up in element completions. dotnet/aspnetcore#9133
- This removes the excess amount of directive attribute completions that show up when completing a component. - Added a test to verify directive attributes no longer show up in element completions. dotnet/aspnetcore#9133
Reproduced using 3.0.0-preview4 SDK and d16.1stg
The text was updated successfully, but these errors were encountered: