We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f680ece commit f97f94cCopy full SHA for f97f94c
.vscode/settings.json
@@ -26,10 +26,10 @@
26
"dotnet-test-explorer.runInParallel": true,
27
"dotnet-test-explorer.testProjectPath": "**/*Tests.csproj",
28
"editor.formatOnType": true,
29
- "omnisharp.enableImportCompletion": true,
30
"omnisharp.enableRoslynAnalyzers": true,
31
"omnisharp.organizeImportsOnFormat": true,
32
"omnisharp.useModernNet": true,
33
"omnisharp.enableMsBuildLoadProjectsOnDemand": true,
34
- "omnisharp.enableEditorConfigSupport": true
+ "omnisharp.enableEditorConfigSupport": true,
+ "dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true
35
}
0 commit comments