80 SharpDevelop Keyboard Shortcuts

SharpDevelop IDE offers an ideal gateway into the .NET programming realm. SharpDevelop provides a versatile coding environment to support various languages such as C#, F#, IronPython, IronRuby, and VB.NET. Leveraging SharpDevelop Shortcuts alongside Git and NuGet features enhances your productivity as a SharpDeveloper.

Now that you’re familiar with SharpDevelop’s capabilities, explore the SharpDevelop Shortcuts list we’ve compiled. We’ve included most of them to facilitate your workflow. You can also download this list of SharpDevelop Shortcuts in PDF format for easy reference.

Most used SharpDevelop Shortcuts

ActionSharpDevelop Shortcuts
Open fileCtrl + O
Open project or solutionCtrl + Shift + O
New fileCtrl + N
New solutionCtrl + Shift + N
Save the current fileCtrl + S
Save all open files if changedCtrl + Shift + S
CopyCtrl + C
PasteCtrl + V
CutCtrl + X
UndoCtrl + Z
RedoCtrl + Y
Toggle mode between editor modeCtrl + Page Up key
Toggle mode between designer modeCtrl + Page Down key
Delete wordCtrl + Delete
Select allCtrl + A
Clear all selectionsEsc
Delete current lineCtrl + D
Delete from cursor to end of lineCtrl + Shift + D
Reload the current file – all changes are rejectedCtrl + Shift + U
Rename file or itemF2
Close the current fileCtrl + F4
PrintCtrl + P
Close the current fileCtrl + F4
Close the current solutionCtrl + Shift + F4
Exit SharpDevelopAlt + F4

SharpDevelop Features Shortcuts

ActionSharpDevelop Shortcuts
Show the Boo interpreterCtrl + Shift + B
Show all ClassesCtrl + Shift + C
Show Database Explorer or serverCtrl + Alt + D
Show File explorerCtrl + Alt + F
Show code coverageCtrl + Alt + G
Show all projectsCtrl + Alt + L
Show Toolbox or designer controlsCtrl + Alt + X
Show the Property GridF4
Create quick XML documentationCtrl + Q
Show Report ExplorerCtrl + Alt + Q
Open Report GeneratorCtrl + Alt + R

Debugging Shortcuts

ActionSharpDevelop Shortcuts
Show CallstackCtrl + Alt + C
Show ThreadsCtrl + Alt + H
Show BreakpointsCtrl + Alt + P
Show Units or modulesCtrl + Alt + U
Show local variablesCtrl + Alt + V
Break debuggingCtrl + Alt + B
Continue to the next breakpointF6
Toggle breakpointF7
Step overF10
Step intoF11
Step OutShift + F11

Building Projects and Solutions Shortcuts

ActionSharpDevelop Shortcuts
Build solutionF8
Rebuild solutionAlt + F8
Build current projectF9
Rebuild current projectAlt + F9
Show Output with messagesCtrl + Alt + O
Show compile Errors and warningsCtrl + Alt + K
Show the Unit Testing listCtrl + Alt + T
Run applicationF5
Run application without debuggerCtrl + F5

Find & Replace Shortcuts

ActionSharpDevelop Shortcut keys
Incremental search forwardCtrl + E
Incremental search backwardCtrl + Shift + E
FindCtrl + F
Go to line numberCtrl + G
Find and replaceCtrl + R
Find nextF3
Find next selectedCtrl + F3

Coding Shortcuts

ActionSharpDevelop Shortcuts
Show containing members of the current objectCtrl + Spacebar
Auto code generationAlt + Insert
Toggle comments related to the selected source codeCtrl + %
GUID insertCtrl + Shift + G
Goto DefinitionCtrl + Enter
Indent according to a code format definitionCtrl + I
Increase indentTab
Decrease indentShift + Tab
Insert code templateCtrl + J
Fold allCtrl + Shift + L
Fold current selectionCtrl + Shift + M
Fold and show definitions onlyCtrl + Shift + P

Bookmarks Shortcuts

ActionSharpDevelop Shortcuts
Goto matching bracketCtrl + B
Go to the next bookmarkF2
Toggle bookmarkCtrl + F2
Go to the previous bookmarkAlt + F2

SharpDevelop gained popularity due to its extensibility, preserving the creativity akin to Microsoft Visual Studio. Microsoft Visual Studio has long been revered for its extensibility features. Consider exploring Microsoft Visual Studio Shortcuts for further productivity enhancements.

READ NEXT:

Back to top button