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