I love textmate, i also love coda. Today i tried out komodo edit and now i love that too.
Out of the three i can safely say that my favourite feature is where i type the start of a curly brace, press return and it gives me another curly brace and indents my cursor too. Lovely.
Trouble is coda does not do this for me which makes me sad. I’m sure it is meant to but for me it does not.
I want to use coda all the time and stop using textmate as coda has that funky ftp action going for it that i can’t live without.
Sooooo does anyone know what i need to do to enable it as i cannot find a bloomin setting for it anywhere.
I want my code to automagically be like this:
function bob()
{
$jeff = "harry";
}Not like this: ( it takes me about a thousand key strokes to do what i want myself )
function bob(()
{
$jeff = "harry";
}Heeeelp!