-
Notifications
You must be signed in to change notification settings - Fork 198
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 Intelisense doesn't suggest arguments of nested functions. #6335
Labels
author: migration bot 🤖
The issue was created by a issue mover bot. The author may not be the actual author
feature-completion
investigate
Milestone
Comments
ghost
added
untriaged
author: migration bot 🤖
The issue was created by a issue mover bot. The author may not be the actual author
labels
Apr 29, 2022
I was able to reproduce this with SkiaSharp.Views.Blazor installed and the code below. Note that the tooltip is for the outer Code for copy:
|
@ryzngard dope, thanks for confirming! I'd make a bet that this is LSP platform not re-requesting signature help |
ghost
removed
the
untriaged
label
May 5, 2022
NTaylorMullen
modified the milestones:
17.4-Preview1 CC:~7/25,
Current Release Candidates
Jul 12, 2022
This was fixed by Roslyn in dotnet/roslyn#73606 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author: migration bot 🤖
The issue was created by a issue mover bot. The author may not be the actual author
feature-completion
investigate
This issue has been moved from a ticket on Developer Community.
[severity:It bothers me. A fix would be nice]
When I type
I would expect to see Intelisense suggestion about the arguments of the constructor of
Rect
. But I only see the arguments ofDrawRect
.Original Comments
Feedback Bot on 4/23/2022, 11:52 PM:
(private comment, text removed)
Feedback Bot on 4/28/2022, 03:48 PM:
(private comment, text removed)
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered: