7 references to End
Microsoft.VisualStudioCode.Razor.IntegrationTests (7)
CompletionTests.cs (3)
24await TestServices.Input.PressAsync(SpecialKey.End); // Go to end of line 55await TestServices.Input.PressAsync(SpecialKey.End); 86await TestServices.Input.PressAsync(SpecialKey.End);
FormattingTests.cs (2)
23await TestServices.Input.PressAsync(SpecialKey.End); 47await TestServices.Input.PressAsync(SpecialKey.End);
GoToDefinitionTests.cs (1)
68await TestServices.Input.PressWithPrimaryModifierAsync(SpecialKey.End);
Services\InputService.cs (1)
19SpecialKey.End => OperatingSystem.IsMacOS() ? "Meta+ArrowRight" : "End",