We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
out
I tried to add an out parameter to a local function and Intellisense forced a completion of a type name instead of out.
FYI @agocke @Pilchie for triage
The text was updated successfully, but these errors were encountered:
The OutKeywordRecommender doesn't seem to be kicking in here. Can you take a look?
OutKeywordRecommender
Sorry, something went wrong.
Smaller standalone repro:
using System; class C { void M() { void F($$) } }
Fix ref and out keyword completion to appear in local functions
fae19bd
Fixes dotnet#22253
Added tests for out and ref completion in local function
ref
8e22a51
Tests in response to issue dotnet#22253
Issue fixed by #17447 which was merged into master with #22050. Tests added in #22388
chborl
Successfully merging a pull request may close this issue.
I tried to add an out parameter to a local function and Intellisense forced a completion of a type name instead of
out
.FYI @agocke @Pilchie for triage
The text was updated successfully, but these errors were encountered: