Portable PHP IDE / Editor

There are many IDE posts here, but not for portable ones.

Can anyone help me find a good portable PHP environment? I am looking for the following features:

  • FTP && SFTP Sitemanager
  • Syntax highlighting
  • Autocomplete (optional)

I'm fine even with the paid version. I tried aptan on my USB but the experience was not good.

+2


a source to share


7 replies


how about Code Lobster or Dev PHP ? they are both a great editor with ftp controls, autocomplete, sintax highlighting and even debug options, and yes, they are both portable.



+1


a source


Have you tried portable gVim . It contains many plugins for ftp and sftp. I usually use it along with portable WinScp. About autocomplete: I'm running it under the desktop version, but I haven't found a way to do it in the portable version. But I'm used to snippets like in TextMate. Completion is good, but I find this solution better.



+3


a source


Take a look at

http://phpanywhere.net/

+1


a source


You can use Coda for Mac. It has FTP / SFTP / syntax / autocomplete

+1


a source


What problems did you have with Aptana? Because I made a portable version of Aptana Studio 2 with the original PHP plugin and it works great. I have instructions and a video on my blog if you want to watch it here Or you can try Filezilla for FTP and Notepad ++ for code editing, both are free and can be added to USB. But with Aptana, you get a built-in browser and server for everything you need in one package.

+1


a source


Check out JetBrains' PhpStorm . “I'm using the Mac OS X version and that's pretty good! It's also reasonably priced at $ 99 per developer license and there is a 30-day free trial so you can try first.

0


a source


Sublime Text2 , only $ 59 and a very powerful editor for any language

0


a source







All Articles