40 ColdFusion Builder Keyboard Shortcuts

ColdFusion Builder was previously used as the primary IDE for development. It is a platform favored by professional developers for building web and mobile applications. ColdFusion Builder shortcuts enable users to accelerate their workflow and gain better control over the development environment, saving both time and money.

Regardless of the project, ColdFusion Builder shortcuts will help you work faster, smarter, and more efficiently, ultimately assisting in completing projects on time—or even earlier. Below is a list of Adobe ColdFusion Builder shortcuts, organized by category.

Inserting Text Shortcuts

ActionColdFusion Builder Shortcuts WindowsColdFusion Builder Shortcuts Mac
Insert Anchor TagCtrl + T then LCommand + T then L
Insert Bold TagCtrl + T then BCommand + T then B
InsertCtrl + T then RCommand + T then R
Insert CF abortCtrl + T then ACommand + T then A
Insert CF dumpCtrl + T then DCommand + T then D
Insert CF script blockCtrl + T then SCommand + T then S
Insert CF setCtrl + T then =Command + T then =
Insert HTML CommentCtrl + T then /Command + T then /
Insert Italic tagCtrl + T then ICommand + T then I
Insert nbsp tagCtrl + T then NCommand + T then N
Insert strong tagCtrl + T then KCommand + T then K
Insert Paragraph tagCtrl + T then PCommand + T then P
Wrap in ##Ctrl + T then HCommand + T then H
Wrap in CF outputCtrl + T then OCommand + T then O
Wrap in try or catchCtrl + T then TCommand + T then T
Wrap or Unwrap in CF CommentCtrl + T then MCommand + T then M
Wrap or Unwrap in CF Script CommentCtrl + Shift + 8Command + Shift + 8
Wrap in Single QuotesCtrl + ‘Command + ‘
Wrap in Double QuotesCtrl + Shift + ‘Command + Shift + ‘

Navigation Shortcuts

ActionColdFusion Builder Shortcuts WindowsColdFusion Builder Shortcuts Mac
Go to Next MemberCtrl + Shift + Down Arrow keyCommand + Shift + Down Arrow key
Go to Previous MemberCtrl + Shift + Up Arrow keyCommand + Shift + Up Arrow key
Jump to Next Attribute ValueCtrl + ]Command + ]
Jump to Previous Attribute ValueCtrl + [Command + [
Jump to Matching TagCtrl + Alt + MCommand + Option + M

Invoke wizards Shortcuts

ActionColdFusion Builder ShortcutsColdFusion Builder Shortcuts
Add CF ServerCtrl + Alt + W then ACommand + Option + W then A
Import CF ProjectsCtrl + Alt + W then ICommand + Option + W then I
Launch RDS Query BuilderCtrl + Alt + W then RCommand + Option + W then R
New CF ProjectCtrl + Alt + W then PCommand + Option + W then P
New CFCCtrl + Alt + W then CCommand + Option + W then C
New CFICtrl + Alt + W then WCommand + Option + W then W
New CFMCtrl + Alt + W then MCommand + Option + W then M
SQL EditorCtrl + Alt + W then SCommand + Option + W then S

Extension Shortcuts

ActionColdFusion Builder Shortcut keysColdFusion Builder Shortcut keys
Import ExtensionCtrl + Shift + E then MCommand + Shift + E then M
Install ExtensionCtrl + Shift + E then ICommand + Shift + E then I
Reload ExtensionCtrl + Shift + E then RCommand + Shift + E then R

Other Editor Shortcuts

ActionWindows ShortcutsMac Shortcuts
Launch in External BrowserCtrl + Alt + ECommand + Option + E
Upper caseCtrl + Shift + UCommand + Shift + U
Lower caseCtrl + Shift + LCommand + Shift + L
Select Tag BlockCtrl + Alt + BCommand + Option + B
Toggle Folding at SelectionCtrl + Alt + FCommand + Option + F
Tag EditorCtrl + Shift + TCommand + Shift + T

If you consider comparing ColdFusion Builder to Sublime Text, you will never return to ColdFusion Builder as Sublime Text is super lightweight. Whereas, on the other hand, Sublime Text is not a full-fledged IDE but a normal text editor. Check out the Sublime Text shortcuts on our website.

READ NEXT:

Back to top button