Recommendations on a new IDE to remotely edit PHP files?
May 27, 2009 12:03 PM
Subscribe
Recommendations on a new IDE to remotely edit PHP files?
I've been using Eclipse for several years with the PHP Dev Tools (PDT) and Remote System Explorer (RSE) plugins. My current install is Eclipse 3.3 and PDT 1.0.3. Our server is Linux, and we're using Subversion with dev and trunk builds.
Recently, though, my install has gone downhill. It's started randomly adding in Windows line breaks at the end of all the lines, and one of my coworkers who uses sees ^M everywhere. The RSE plugin was caching files, so I ended up accidentally overwriting one of my coworker's edits.
Point is that my Eclipse install isn't working for me anymore, and I can't find anything better out there. I've tried Eclipse 3.4 with PDT 1.0.3 and RSE 3.1M7, Eclipse 3.5 with PDT 2.x and RSE 3.1M7, and nothing works. Code Assist doesn't work anywhere in RSE for me, and everything just seems to be.. not right. I tried the new NetBeans (6.5.1) and it doesn't allow you to edit files remotely; it just lets you build onto a server.
So does anyone have a recommendation on a better IDE? I need some type of code completion for comments and PHP functions, and I need to be able to use that remotely, preferably through SSH.
posted by gchucky to computers & internet (6 comments total)
5 users marked this as a favorite
http://www.zend.com/products/studio/
I've used it happily for years.
posted by lexfri at 12:33 PM on May 27