CFEclipse keyboard shortcuts
July 03, 2008
I've just seen a great post on Henke.ws called Top 6 underused Eclipse shortcuts for CFEclipse. I recently compiled a list of CFEclipse keyboard shortcuts for my colleagues so thought I'd share it here.
| Ctrl + Shift + U | Selected text to Uppercase |
| Ctrl + Shift + L | Selected text to Lowercase |
| Ctrl + Shift + P | <p> ... </p> |
| Ctrl + Shift + C | <!-- ... --> (HTML comment) |
| Ctrl + Shift + M | <!--- ... ---> (CFML comment) |
| Ctrl + Shift + N | Jumps to the start or end of the selected tag |
| Ctrl + K | Jumps to the next matching tag for the selected tag |
| Ctrl + Shift + K | Jumps to the previous matching tag for the selected tag |
| Ctrl + Shift + Z | Colour picker |
| Ctrl + Shift + R | Open resource (file in project) |
| Ctrl + Shift + E | Switch to open file |
| Ctrl + Shift + A | <cfabort /> |
| Ctrl + Shift + D | <cfdump /> |
| Ctrl + Shift + O | <cfoutput>...</cfoutput> |
| Ctrl + Z | Undo |
| Ctrl + Y | Redo |
| Ctrl + L | Goto line |
| Ctrl + Q | Focus on last change |
| Ctrl + I | <em>...</em> |
| Ctrl + D | Delete line |
| Ctrl + Backspace | Deletes the previous word |
| Ctrl + Delete | Deletes the next word |
| Ctrl + Shift + Delete | Delete to the end of the line |
| Ctrl + E | Open files list |
| Ctrl + 3 | Wraps selected text in ## |
| Ctrl + J | Calls the snippet for the defined trigger text |
Update: These links about CFEclipse ShortCut Keys have been posted in the comments section:
CFEclipse Trac:
http://trac.cfeclipse.org/cfeclipse/wiki/ShortcutKeys
Printer friendly (mostly!) version of CFEclipse Trac reference:
http://docs.google.com/View?docid=ddshphvt_49gzwsm6
Simon Whatley's Blog:
http://www.simonwhatley.co.uk/cfeclipse-keyboard-shortcuts
- Posted in:
- CFEclipse
11 comments
Leave a comment
If you found this post useful, interesting or just plain wrong, let me know - I like feedback :)

Comment by Scott Stroz – July 03, 2008
Comment by John Whish – July 03, 2008
Comment by Andy Beer – July 03, 2008
Help > Key Assist will provide a full list of all shortcuts.
Comment by Andy Beer – July 03, 2008
Comment by Mike Henke – July 03, 2008
Comment by John Whish – July 03, 2008
Is there a way in any of the file views to sort the files in a folder by last revision date?
Comment by Michael Brennan-White – July 03, 2008
www.simonwhatley.co.uk/cfeclipse-keyboard-shortcuts
Comment by Eric – July 03, 2008
Comment by John Whish – July 03, 2008
trac.cfeclipse.org/cfeclipse/wiki/ShortcutKeys
Comment by Jim Priest – July 03, 2008
Comment by John Whish – July 04, 2008