diff --git a/src/VisualStudio/CSharp/Impl/Snippets/SnippetCommandHandler.cs b/src/VisualStudio/CSharp/Impl/Snippets/SnippetCommandHandler.cs index c75c547fe488a876793448884c877e726f41a345..1e354fc516239e2c43320cc21ddb73f229d22e32 100644 --- a/src/VisualStudio/CSharp/Impl/Snippets/SnippetCommandHandler.cs +++ b/src/VisualStudio/CSharp/Impl/Snippets/SnippetCommandHandler.cs @@ -91,7 +91,7 @@ protected override void InvokeInsertionUI(ITextView textView, ITextBuffer subjec Guids.CSharpLanguageServiceId, bstrTypes: surroundWith ? new[] { "SurroundsWith" } : new[] { "Expansion", "SurroundsWith" }, iCountTypes: surroundWith ? 1 : 2, - fIncludeNULLType: 0, + fIncludeNULLType: 1, bstrKinds: null, iCountKinds: 0, fIncludeNULLKind: 0,