We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d10f2 commit 1106ce5Copy full SHA for 1106ce5
src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/Formatting/RazorFormattingService.cs
@@ -241,7 +241,7 @@ public async Task<ImmutableArray<TextChange>> GetHtmlOnTypeFormattingChangesAsyn
241
triggerCharacter: '\0',
242
_csharpOnTypeFormattingPass,
243
collapseChanges: true,
244
- automaticallyAddUsings: false,
+ automaticallyAddUsings: true,
245
validate: false,
246
cancellationToken: cancellationToken).ConfigureAwait(false);
247
0 commit comments