Reputation: 3097
In dreamweaver we have Ctrl+T for Quick Tag Editor, in other words we can select part of our text and then press Ctrl+T and then we can select a tag and dreamweaver will add start tag and end tag automatically to selected area,
Is there any shortcut key like this in Aptana ?
Upvotes: 5
Views: 2145
Reputation: 783
Ctrl+Shift+W
will wrap the selected text with an open and close tag which you can change
Upvotes: 5