Which IDE is for me? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T02:58:39Z http://stackoverflow.com/feeds/question/365676 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/365676/which-ide-is-for-me 8 Which IDE is for me? barfoon 2008-12-13T20:26:04Z 2009-07-18T01:44:12Z <p>Which IDE is for me?</p> <p>Hey everyone, </p> <p>I'm currently using PSPAD as my main editor, but I'm looking to get something more full featured. I code in PHP, but occasionally modify HTML and CSS code too.</p> <p>I am looking for:</p> <p>1) <strong>Directly editing a file over FTP - must sync / commit changes on save</strong> - NOT manual file transfer / update. This is a must for me.</p> <p>2) <strong>Adjust contextual menus based on the language I am working in</strong> - For example, in PSPAD, when you are working in a block of PHP and you press ctrl-enter, you get a drop down of PHP references, and when your cursor is in a block of CSS, you get CSS references. Something similar would be really handy. </p> <p>3) <strong>Autocomplete</strong> - for variable names, classes etc</p> <p>4) <strong>Easy access to PHP function reference</strong> - arguments, textual explanation</p> <p>5) <strong>Rich editor features</strong> - colors, bracket highlighting, code collapsing</p> <p>6) <strong>Free or relatively low cost</strong> ( I am a student - to give you an idea of what I mean by low cost :D )</p> <p>I'd love to hear any recommendations people have. Thank you!</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/365683#365683 3 Answer by daniels for Which IDE is for me? daniels 2008-12-13T20:32:05Z 2008-12-13T20:32:05Z <p>Have you tried <a href="http://www.activestate.com/Products/komodo_ide/komodo_edit.mhtml" rel="nofollow">Komodo Edit</a>?</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/365701#365701 2 Answer by Luis Melgratti for Which IDE is for me? Luis Melgratti 2008-12-13T20:46:08Z 2009-07-18T01:44:12Z <p>I use <a href="http://www.netbeans.org/features/php/index.html" rel="nofollow">Netbeans </a> for PHP, JavaScript, CSS, XML development, just awesome.</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/365708#365708 1 Answer by Svante for Which IDE is for me? Svante 2008-12-13T20:52:26Z 2008-12-13T22:40:11Z <p>Emacs</p> <ul> <li><p>seamlessly open remote files over almost any protocol by specifying the filename as <code>/protocol:some_remote_machine:file</code></p></li> <li><p>Modes are available for any task imaginable (and probably some more), and they provide all the other functionality you mention. Have a look at the <a href="http://php-mode.sourceforge.net/" rel="nofollow">manual for php-mode</a>.</p></li> </ul> http://stackoverflow.com/questions/365676/which-ide-is-for-me/365711#365711 5 Answer by Neil Aitken for Which IDE is for me? Neil Aitken 2008-12-13T20:53:18Z 2008-12-13T20:53:18Z <p><a href="http://www.eclipse.org/pdt/" rel="nofollow">Eclipse PDT</a> should meet all of your requirements, plus there are plugins for most other functions you may need.</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/365712#365712 0 Answer by lally for Which IDE is for me? lally 2008-12-13T20:53:25Z 2008-12-13T20:53:25Z <p>CODA was made for you. www.panic.com</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/365735#365735 0 Answer by barfoon for Which IDE is for me? barfoon 2008-12-13T21:03:30Z 2008-12-13T21:03:30Z <p>Thanks everyone - I will try these out. I was unaware of Modes in Emacs. I've always been a vim guy, but maybe this will give me a reason to switch.....</p> <p>@lally - I think Coda is great, but I do nearly all of my development in Windows now.</p> <p>Any other suggestions?</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/365744#365744 1 Answer by Ali A for Which IDE is for me? Ali A 2008-12-13T21:12:22Z 2008-12-13T21:12:22Z <p><a href="http://pida.co.uk/" rel="nofollow">PIDA</a> embeds Vim or Emacs or others. It will allow you to leverage your Vim skills, but in a more friendly graphical IDE.</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/365756#365756 1 Answer by Khaled Al Hourani for Which IDE is for me? Khaled Al Hourani 2008-12-13T21:20:43Z 2008-12-13T21:20:43Z <p>I've used netBeans and EclipsePDT, both are very useful and has all the features you asked for, However PDT has a very large community with hundreds of plugins.</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/365917#365917 0 Answer by Klaim for Which IDE is for me? Klaim 2008-12-13T23:18:37Z 2008-12-13T23:18:37Z <p>I completely forgot to talk about <a href="http://sourceforge.net/projects/notepad-plus/" rel="nofollow">NotePad++</a></p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/367131#367131 2 Answer by alexeit for Which IDE is for me? alexeit 2008-12-14T23:08:57Z 2008-12-14T23:08:57Z <p><a href="http://www.nusphere.com/products/phped.htm" rel="nofollow">NySphere PHPED</a> is by far the best one there, i've tried dozen of other editors for php and returned to PHPed. It is not free, but you can get student license (you need to email them ).</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/367477#367477 15 Answer by barfoon for Which IDE is for me? barfoon 2008-12-15T04:30:25Z 2008-12-15T04:30:25Z <p>Alright, so the reviews are in. Here has been my experience thus far with the menitoned IDE's.</p> <p><strong>Eclipse PDT</strong> - For the life of me, I couldnt figure out how to FTP into a remote server in this program. I have tried an SFTP plugin, and still don't have a clue as to where to get started.</p> <p>As mentioned, this is a must for me, and already I'm turned off by it (Eclipse fans - Am I missing something? Im sure this is a great editor I just can't figure out how to get around)</p> <p><strong>Komodo Edit</strong> - seemed to have the features I requested, but very slow and unstable. It was laggy and crashed multiple times when I tried to work on some code. (I'm on a Core 2 Duo / 4GB if you are wondering). Also, there was no EASY way to browse a remote folder. There was a way to open one remote file at a time, but with no keyboard shortcut. When open remote file was clicked, it came to a crawl when it loaded up the list of FTP accounts in the list, which made the process of editing multiple or new files annoying. The autocomplete, code folding and colors worked well though.</p> <p><strong>Netbeans</strong> - Same FTP problems as Eclipse. Why is it such a hard thing to have a remote file browser where I can just see a list of files and choose which ones I want to edit?</p> <p>Again - Netbeans folks - help me out, I'm sure im not doing something right here.</p> <p><strong>Notepad++</strong> - really enjoyed this tool, but it was too similar to PSPAD. I need something a little bit more than what is in this package.</p> <p><strong>Emacs</strong> - yet to try, but thank you for the suggestion. A programming professor of mine once told me there is a great divide between emacs and vi folks, and maybe deep down im just not ready to jump ship. :)</p> <p><strong>NySphere PHPED</strong> - This one is probably my favorite so far. It has an easy FTP window, colouring, folding, etc. One thing I noticed however, was that it doesnt completely cover all the functions for autocomplete. For example, a simple key of "requ" should bring up require and require once and it seems to not appear. Maybe I have some settings issue here as well? </p> <p>Other than that it seems pretty sweet, and I like the code explorer at the side to show me all of the functions and arguments for each.</p> <p><strong>One that wasn't mentioned - Aptana Studio</strong>. This one is pretty sweet, and has most if not all of the requested features. The only thing that bugs me is it is a major resource hog. It looks like it runs the JVM, and uses a ton of memory.</p> <p>I thank you all for the discussion so far, and as always have open ears to any more comments / suggestions.</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/367653#367653 2 Answer by Ali for Which IDE is for me? Ali 2008-12-15T07:08:15Z 2008-12-15T07:08:15Z <p>try aptana it is the best i think</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/373556#373556 0 Answer by jussij for Which IDE is for me? jussij 2008-12-17T03:14:36Z 2008-12-17T03:14:36Z <p>If you're running on the Windows platform, The <a href="http://www.zeusedit.com" rel="nofollow">Zeus IDE</a> can do seamless <strong>ftp/sftp</strong> editing.</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/503203#503203 4 Answer by Antonio Louro for Which IDE is for me? Antonio Louro 2009-02-02T13:26:21Z 2009-02-02T13:26:21Z <p>I use PHP Designer. It has everything needed, at least for my needs. Auto-completion, code explorer, project explorer, ftp integration ,SVN integration, the works!</p> <p><a href="http://www.mpsoftware.dk/phpdesigner.php" rel="nofollow">http://www.mpsoftware.dk/phpdesigner.php</a></p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/503398#503398 0 Answer by SkippyFire for Which IDE is for me? SkippyFire 2009-02-02T14:35:02Z 2009-02-02T14:35:02Z <p>A coworker uses Aptana and seems to like it. FYI, I believe that is is built on the Eclipse Engine, so that's why it runs the JVM or whatever it needs in order to work. That might also be why it hogs resources, although I have heard good things about it.</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/635786#635786 1 Answer by St. John Johnson for Which IDE is for me? St. John Johnson 2009-03-11T18:31:40Z 2009-03-11T18:31:40Z <p>I agree with Antonio, PHP Designer 6 is the way to go. It's a little expensive, but the product is out-of-this-world! The only feature it lacks is code-collapsing.</p> <p>If you don't wish to pay, there is the free 2007 Personal edition on their <a href="http://www.mpsoftware.dk/downloads.php" rel="nofollow">download pages</a>.</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/635874#635874 0 Answer by devarni for Which IDE is for me? devarni 2009-03-11T18:55:54Z 2009-03-11T20:57:19Z <p><strong>Eclipse</strong> PDT and <strong>Aptana</strong>, sometimes if also design is needed (CSS, HTML) <strong>WeBuilder</strong> from Blumentals (has also a debugging feature with Xdebug). I remember that this syncronizing with FTP ist available with the syncmanager from Aptana (but I don't use this feature, so I cannot give some hints about usage).</p> <p>[Edit] I remember testing PhpDesigner some times ago: PhpDesigner has <em>no</em> remote debugging feature! You cannot debug PHP on a webserver. But Aptana PHP, Eclipse PDT, WeBuilder, Zend PHP... allow this.</p> http://stackoverflow.com/questions/365676/which-ide-is-for-me/1146432#1146432 0 Answer by Drew Stephens for Which IDE is for me? Drew Stephens 2009-07-18T01:38:47Z 2009-07-18T01:38:47Z <p>I use <strong>SSHFS</strong> to mount the directory on the server I want to edit, and then edit them with <strong>vim</strong>. Since SSHFS just mounts the remote directory, it'd be easy to use any editor you want.</p> <p>Be warned that if you have a large checkout, you'll probably want to do Subversion commands directly on the server, since that involves a lot of file accesses and can be slow over SSHFS.</p>