Shortcuts SharpDevelop for Windows

79 shortcuts9,555 views
Open Trainer

Manage SharpDevelop Projects

WindowsAction
Ctrl+OOpen file
Ctrl+Shift+OOpen project or solution
Ctrl+NNew file
Ctrl+Shift+NNew solution
Ctrl+SSave the current file
Ctrl+Shift+SSave all open files if changed
Ctrl+Shift+UReload the current file; all changes are rejected
F2Rename file or item
Ctrl+F4Close the current file
Ctrl+PPrint
Ctrl+F4Close the current file
Ctrl+Shift+F4Close the current solution
Alt+F4Exit SharpDevelop

Standard Editor Shortcuts

WindowsAction
Ctrl+X/Ctrl+c Ctrl+VCut / Copy / Paste
Ctrl+ZUndo
Ctrl+YRedo
Ctrl+Page Up/Ctrl+Page DownToggle mode between editor / designer mode
Ctrl+Delete/Ctrl+BackspaceDelete word
Ctrl+ASelect all
EscClear all selections
Ctrl+DDelete current line
Ctrl+Shift+DDelete from cursor to end of line

Find/Replace

WindowsAction
Ctrl+EIncremental search forward
Ctrl+Shift+EIncremental search backwards
Ctrl+FFind
Ctrl+GGoto line number (or class)
Ctrl+RFind and replace
F3Find next
Ctrl+F3Find next selected

Bookmarks

WindowsAction
Ctrl+BGoto matching bracket
F2Go to next bookmark
Ctrl+F2Toggle bookmark
Alt+F2Go to previous bookmark

Coding Shortcuts

WindowsAction
Ctrl+SpaceShow containing members of current object
Alt+InsertAuto code generation: open a dialog where you can select special items
Ctrl+%Toggle comments related to the selected source code
Ctrl+Shift+GGUID insert
Ctrl+EnterGoto Definition
Ctrl+IIindent according to code format definition
Tab/Shift+TabIncrease / decrease indent
Ctrl+JInsert code template
Ctrl+Shift+LFold all
Ctrl+Shift+MFold current selection
Ctrl+Shift+PFold and show definitions only

SharpDevelop Features

WindowsAction
Ctrl+Shift+BShow the Boo interpreter
Ctrl+Shift+CShow all Classes
Ctrl+Alt+DShow Database explorer / server
Ctrl+Alt+FShow File explorer
Ctrl+Alt+GShow code coverage
Ctrl+Alt+LShow all projects, and references, and files in solution
Ctrl+Alt+XShow Toolbox / designer controls
F4Show the Property Grid
Ctrl+QCreate quick XML documentation
Ctrl+Alt+QShow Report Explorer
Ctrl+Alt+ROpen Report Generator

Building Projects and Solutions

WindowsAction
F8Build solution
Alt+F8Rebuild solution
F9Build current project
Alt+F9Rebuild current project
Ctrl+Alt+OShow Output with messages
Ctrl+Alt+KShow compile Errors and warnings (lower side)
Ctrl+Alt+TShow the Unit Testing list
F5Run application
Ctrl+F5Run application without debugger

Debugging

WindowsAction
Ctrl+Alt+CShow Callstack
Ctrl+Alt+HShow Threads
Ctrl+Alt+PShow Breakpoints
Ctrl+Alt+UShow Units / modules
Ctrl+Alt+VShow local variables
Ctrl+Alt+BBreak debugging
F6Continue to next breakpoint
F7Toggle breakpoint
F10Step over
F11Step into
Shift+F11Step Out

Manage Windows

WindowsAction
Ctrl+TabGoto next window
Ctrl+Shift+TabGoto previous window
Shift+EscMaximize editor
Ctrl+Page Up/Ctrl+Page DownToggle mode between editor mode and designer mode