3 references to Edit_ToggleCompletionMode
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
InProcess\Editor_InProc.cs (2)
132ExecuteCommand(WellKnownCommandNames.Edit_ToggleCompletionMode); 136throw new InvalidOperationException($"{WellKnownCommandNames.Edit_ToggleCompletionMode} did not leave the editor in the expected state.");
Microsoft.VisualStudio.LanguageServices.IntegrationTests (1)
VisualBasic\BasicIntelliSense.cs (1)
293VisualStudio.ExecuteCommand(WellKnownCommandNames.Edit_ToggleCompletionMode);