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
Even when it makes no sense at all.
Even when the following is stated explicitly in settings.json (I believe this is a default behavior):
settings.json
"editor.quickSuggestions": { "comments": false, "strings": false, "other": true },
Only this extension snippets show this behavior (I don't have a lot though). And only the assertion snippets.
Maybe the dot (.) inside the snippet prefix is not handled as expected in vscode.
.
Update: Might be a relevant issue in a different extension: dotnet/vscode-csharp#1424 I don't have OmniSharp installed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even when it makes no sense at all.
Even when the following is stated explicitly in
settings.json
(I believe this is a default behavior):Only this extension snippets show this behavior (I don't have a lot though). And only the assertion snippets.
Maybe the dot (
.
) inside the snippet prefix is not handled as expected in vscode.Update:
Might be a relevant issue in a different extension: dotnet/vscode-csharp#1424
I don't have OmniSharp installed.
The text was updated successfully, but these errors were encountered: