View Single Post
04-08-2010, 06:11 PM
#15
kurtworks is offline kurtworks
Status: I'm new around here
Join date: Apr 2010
Location:
Expertise: Programming
Software: Photoshop, Firefox, Textmate
 
Posts: 4
iTrader: 0 / 0%
 

kurtworks is on a distinguished road

  Old

Textmate represent!

makes my life easy, when I begin typing PHP, I press tab and it automatically gives me the rest of what I was typing, and I can continue to hit tab to fill in params.

example

for... (press tab)

textmate auto fills in:
for ($i = 'tab'; $i < 'tab'; $i++) {
'tab';
}

Reply With Quote