On Mar 30, 2005, at 4:50 PM, Jeremy Brown [InfoSend] wrote:
Is there a way to make it go to:
blah("blahblah")_
More efficiently than using the right arrow key? Like when you're hitting the tab key for a snippet?
cmd + right/left arrow will jump the cursor to the end/beginning of the line. I guess you could write a command that inserted a semi-colon at the end of a line automatically; I haven't tried it though. Smart typing Python code is a lot more fun than PHP :(
k