Saturday, January 3, 2015

Most Frequently Used Shortcuts By Delphi Programmers

Here is a list of the most frequently used shortcuts by Delphi programmers

Ctrl+.
IDE Insight - Focus the IDE Insight input box

Ctrl+Space
Code Completion (window resizeable/sortable)
Video

Ctrl+Shift+Space
Code Parameter Hints (invoke tooltip help)
Video

Ctrl+Shift+A
Find Unit - Add to Implementation or Interface

Ctrl+Shift+C
Class Code Completion at Cursor

Ctrl+Shift+V
Declare Vaiable

Ctrl+Shift+D
Declare Field

Ctrl+J
Code Templates (window resizeable)
Video

Ctrl+Shift+J
Sync Edit
Video

Ctrl+Left Click
Alt+Up Arrow
Code Browsing (requires $YD)

Ctrl+Shift+Up Arrow
Ctrl+Shift+Dn Arrow
Code Jumping Between Declaration/Implementation

Alt+Left Click+Drag
Select Block

Tab
Indent Selected Code
Indent Selected Block

Shift+Tab
Outdent Selected Code
Outdent Selected Block

Ctrl+D
Format Selected Code
Format Selected Block

F9
Run

Ctrl+Shift+F9
Run Without Debugging

F4
Run To Cursor (Build Debug)

Ctrl+F9
Compile

F5
Set/Remove Breakpoint
Video

F7
Trace Into

F8
Step Over

Ctrl+F2
Program Reset

Code Folding Shortcuts


Ctrl+Shift+K+A
Expand All Blocks of code

Ctrl+Shift+K+C
Collapse All Classes 

Ctrl+Shift+K+M
Collapse All Methods 

Case Statement Code Completion
https://stackoverflow.com/a/13532718/195983

Complete List of Shortcuts

Enjoy,
Gunny Mike
end.

No comments:

Post a Comment