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
cw
Version Used: Latest main
main
Steps to Reproduce:
M(() => $$); void M(Action a) { }
Invoke completions at $$
$$
Expected Behavior: cw snippet is in the list
Actual Behavior: It is not, even though Console.WriteLine() is fully legal there
Console.WriteLine()
Note, that this problem is cw snippet only. Other statement snippets like if, while, for etc. are not valid in this context
if
while
for
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version Used:
Latest
main
Steps to Reproduce:
Invoke completions at
$$
Expected Behavior:
cw
snippet is in the listActual Behavior:
It is not, even though
Console.WriteLine()
is fully legal thereNote, that this problem is
cw
snippet only. Other statement snippets likeif
,while
,for
etc. are not valid in this contextThe text was updated successfully, but these errors were encountered: