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