-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Ref returns/locals: Quick Info omits "ref" modifier on properties & locals (needs test) #8453
Comments
@jaredpar -- this falls into the "IDE basics" camp. Perhaps symbol display needs updating? Or, it might be that quick info needs to specify another symbol display flag (i.e. "modifiers")? |
Looks like this was fixed already. Probably by @OmarTawfik, maybe as part of #22614 I'll go ahead and close. Thanks |
@jcouv in that case, I'd suggest we add tests for properties/locals before we close this issue. Not sure if they are covered. My PR was about structs only. |
It turns out this was fixed before your PR for structs. |
Hum, Chuck's change only covered members that return ref (methods and properties), not locals. Not sure when that was fixed... |
We can just keep it opened and add a few tests for this. I think it can be quiet a small "up for grabs" item. |
Properties (no
ref
):Locals (no
ref
):Methods (
ref
shown):The text was updated successfully, but these errors were encountered: