The topic had to come up sooner or later![]()
Just wondering what editors you guys use to code.
If I were on a Mac, I'd be using TextMate, but I'm not... So I've got a bunch of editors installed.
For complete PHP projects, I'm not very happy with any IDE's available. I've tried Zend Studio, PHPEclipse and currently using phpEd. They aren't as useful as something like Visual Studio is for C#. Are there any others out there?
For smaller things, I like to use EditPlus because it loads up in an isntantIf I need more syntax highlighting, then Notepad++ is a good choice. I'd use it more often, but the CTRL+BACKSAPCE functionality drives me absolutely nuts (it's "greedy". Ex, instead of taking away indents or something, it also takes away newlines). Also, jEdit is a really good editor. I just hate the loading time (it's not that bad, but I like my "simple" editors to open up in a snap. I only accept loading from IDE's
).
Damn, I'm picky![]()


LinkBack URL
About LinkBacks







Reply With Quote

I guess if you know them like the back of your hand it's okay, but I just couldn't get used to it. Now the only time I ever use vi is when I'm in the console.
