Comprehensive Xamarin Keyboard Shortcuts
Xamarin is a popular cross-platform development framework used to create mobile applications for Android, iOS, and Windows. Keyboard shortcuts in Xamarin improve developer productivity by streamlining navigation, editing, debugging, and building tasks.
Official URL: https://dotnet.microsoft.com/apps/xamarin
Navigation
Switch between open files
⌘+Tab
Search files and symbols
⌘+,
Go to file
⌘+Shift+T
Go to line
⌘+L
Navigate back
⌃+[
Navigate forward
⌃+]
Editing
Toggle comment
⌘+/
Delete current line
⌘+Shift+K
Duplicate line
⌘+D
Indent line left
⌘+[
Indent line right
⌘+]
Debugging
Start debugging
⌘+Enter
Stop debugging
⌘+.
Toggle breakpoint
⌘+\
Step over
⌘+Shift+O
Step into
⌘+Shift+I
Building
Build solution
⌘+Shift+B
Rebuild solution
⌘+Shift+R
Build selected project
⌘+Shift+P
Miscellaneous
Save file
⌘+S
Save all files
⌘+Shift+S
Undo last action
⌘+Z
Redo last action
⌘+Y
Open help
⌘+?
Xamarin
Additional information not available for this software.