我可以使用什么快捷方式在 Xamarin 中进行评论 - xaml?

What shortcut can I use for comments in Xamarin - xaml?

请注意,我在 Windows 上使用 Visual Studio 2022。

注意2:我通过谷歌搜索找到了CTRL + /,但它不起作用。

我找到了注释我的代码的方法,但是有键盘快捷键吗?

例如,这是来自下面代码的注释

      <Label Text="Ukupan iznos: " FontSize="30" Padding="0,2,0,0" FontAttributes="Bold" 
    VerticalOptions="Center"/>
   <!-- This is a comment  -->

尝试 Ctrl + K、Ctrl + C。在 windows 上,这是注释 C# 和 XAML 代码的快捷方式。

我一直在使用 Ctrl + K + C 进行注释和取消注释 Ctrl + K + U