Tagged Questions
182
votes
71answers
19k views
Any good PHP IDE, preferably free or cheap?
Does anyone know of any good IDE (Code completion, Syntax coloring, etc) that will handle php. Looking for anything that might be relatively cheap or free and doesn't run like crap (IE: Eclipse)
48
votes
41answers
84k views
What is the best IDE for PHP? [closed]
I'm a PHP developer and now I use Notepad++ for code editing, but lately I've been searching for an IDE to ease my work.
I've looked into Eclipse, Aptana Studio and several others, but I'm not really ...
46
votes
5answers
12k views
PHPDoc type hinting for array of objects?
So, in PHPDoc one can specify @var above the member variable declaration to hint at its type. Then an IDE, for ex. PHPEd, will know what type of object it's working with and will be able to provide a ...
31
votes
23answers
19k views
Online PHP IDE [closed]
Is there an IDE for PHP where you can edit the code for your pages online? Real syntax highlighting is minimal. More would be great. I'd like to be able to do development on my site at times other ...
30
votes
15answers
48k views
Best PHP IDE for Linux / Gnome? [closed]
Hey, I'm on a continuous mission to find the ultimate PHP IDE that will work with Gnome on Linux. Let me know what you think. Thanks a million!
22
votes
7answers
10k views
Eclipse PDT vs. NetBeans for PHP development
How does Eclipse PDT compare to NetBeans for PHP development?
I just bought a new computer with Windows 7 and I'm starting to set up a development environment for PHP. Has anyone used both IDEs ...
22
votes
12answers
2k views
Eclipse PDT “tips”?
(Yes, this is a quite opened and general and subjective question -- it's by design, cause I want tips you think are great !)
I'm using Eclipse PDT 2.1 to work in PHP, either for small and/or big ...
13
votes
2answers
469 views
NetBeans: PHP Syntax Checking
According to a poll here on StackOverflow, NetBeans is the best PHP IDE available. This is all fine and good, except for one thing: It appears to be terrible at checking syntax. I'm sure I must be ...
12
votes
5answers
2k views
PHP development environment best practices
There are so many options when it comes to PHP development environments and you have to piece it all together yourself.
I'm wondering if someone has come up with what they think is the ideal setup ...
11
votes
11answers
3k views
PHP IDE with best code completion?
Despite what some might say, I believe that code completion (aka Intellisense) is the second best invention when it comes to code editors (the first being syntax coloring). It really makes coding ...
11
votes
17answers
4k views
Which IDE is for me? [closed]
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.
I am looking for:
Directly editing a ...
10
votes
1answer
3k views
Add a custom file extension to Netbeans
I am trying to figure out how to add a custom file type to be recognised by Netbeans.
I am editing .tpl files and I would like them to be recognised as PHP/HTML files.
I've looked here and here but ...
10
votes
15answers
8k views
What IDE has the strongest support for Symfony framework?
I'm looking for an IDE with use with the Symfony Framework.
I have a bit of experience using the NetBeans 6.5 IDE but it does not always seem to complete the class methods, plus it doesn't seem to ...
10
votes
12answers
14k views
What is the best open source PHP IDE out there? [closed]
I have been searching for the best open source PHP IDE for a while now. At first I used phpeclipse and later I tried eclipses PHP plugin but it was buggy and it seems they are not keen on really ...
10
votes
16answers
19k views
Lightweight IDE for Linux [closed]
Even though I have a robust and fast computer (Pentium Dual Core 2.0 with 2Gb RAM), I'm always searching for lightweight software to have on it, so it runs fast even when many apps are up and running ...
9
votes
4answers
3k views
Why should I switch from Netbeans to PHPStorm [closed]
I read a lot of good things about the PHP IDE PHPStorm. Smome of my workmates recommended using PHPStorm instead of Netbeans.
I know, there are some articels about the differences between them.
But I ...
9
votes
6answers
2k views
Mac OS X PHP IDE with Git support [closed]
Can anyone suggest a PHP IDE (preferably built in Cocoa/ Objective-C, not Java) that also has native support or an excellent plugin for Git?
I am currently using NetBeans but I am not happy with the ...
9
votes
8answers
4k views
Opensource Online IDE [closed]
There're several online IDEs for PHP and some even for Python, but is there any open-source online IDE like IDEone that supports atleast the major languages (PHP, Python, Ruby etc..)?
9
votes
13answers
6k views
IDE suggestions: Eclipse IDE vs. Zend Studio ( confused )
Ok, heres one I've been saving for the day SO comes through.
Ive always been a Zend Studio user (PHP developer here, 5 years self taught). Just fairly recently Zend introduced an Eclipse version of ...
7
votes
8answers
688 views
Smallest IDE for PHP with code-completion?
There are plenty of small editors like Notepad++, vim, & SciTE - but they only work on one file at a time. In other words, they aren't aware of the whole scope of the codebase.
On the other ...
7
votes
7answers
2k views
Is there a PHP IDE that can handle Magento's code base?
Magento has a large code base (6000+ php files), uses a complex autoloading logic, and has a lot of configuration in XML. I'm looking for an IDE that can get it's little brain around this code base - ...
7
votes
8answers
916 views
PHP Web development IDE
I am coming from a C++ background and am used to testing code by setting breakpoints, viewing variables in the debugger etc.
I am now doing web development (using the symfony framework). what I ...
7
votes
12answers
3k views
IDE for PHP development and Drupal?
What tools are available for developing PHP programs. I'm particularly looking for something that can hook into Drupal so you can step through code and add breakpoints. Basically, a Visual Studio for ...
6
votes
2answers
438 views
How can I add PHP support to Visual Studio 2010?
I don't like splitting up my development environments, but I build projects for clients who use both .NET systems and Apache-based systems. This means I am forced to split my time between Visual ...
6
votes
12answers
703 views
As a developer, why would I NOT want to use Dreamweaver as simply an advanced Code Editor?
I am an applications developer for a for-profit college in Virginia. At this point I could code all of what I do in notepad if I wanted to, or had to, but I prefer to use an IDE for speed and ...
6
votes
10answers
626 views
What's a good free php editor? [closed]
Possible Duplicate:
Any good PHP IDE, preferably free or cheap?
Currently I'm using Notepad++. It's a great editor but there are 2 things I'm missing: autocomplete and debugger.
I'm ...
6
votes
6answers
1k views
PHP IDE with vi key bindings
At the moment I'm using eclipse with viplugin. I also know about netbeans and its vi plugin.
I find both of these IDEs don't really fit my tastes though. Too slow, bad remote editing support. I don't ...
6
votes
10answers
2k views
Great Eclipse Set-up for PHP Development
I use Eclipse PDT, Subclipse, viPlugin and JSEclipse for my PHP and JavaScript development. This gives me quite a nice environment, but I wonder what else is out there that might be even better.
What ...
5
votes
1answer
80 views
Netbeans IDE (6.8/PHP) - Custom Window Arrangement?
I'm doing PHP development in NetBeans 6.8 and want to be able to switch between window layouts with a keypress.
I understand the IDE provides different "window groups" depending on whether I'm ...
5
votes
2answers
284 views
Aptana 3 - How remove trailing whitespaces on save
I'm trying Aptana3 but I don't find an essential feature :
Remove trailing whitespaces/empty lines on save.
5
votes
5answers
193 views
IDE for PHP and Python Windows
I used to use netbeans for a while and really liked it.
But now, I wan't to expand my toolbox with Python, and Netbeans dropped support for Django, also Python support seems to suck in NB 7.0.
So I ...
5
votes
1answer
569 views
How to integrate Behat with PHPStorm / other IDE
Behat is the leading BDD framework for PHP. I use PHPStorm and want to integrate Behat into the IDE as an external tool.
Question: How should I set up Behat as an external tool (ie, output filters, ...
5
votes
3answers
620 views
Linux lightweight PHP editor or IDE that supports xdebug
It's probably just a pipe dream, but...
I'm looking for Linux php editor/IDE that has debugging support (xdebug).
I know there is a couple of them like: Eclipse, Aptana, Netbeans, - but they all ...
5
votes
7answers
2k views
Best PHP IDE support with Ajax and jquery? [closed]
any best PHP IDE(free),good support with Jquery and Ajax so my work would become easy for developing web application.I'm using PHP,javascript,jquery and Ajax.
5
votes
1answer
361 views
Visual Studio alternative for PHP
I have earlier worked on Visual Studio and am pretty much comfortable in using that.
But now I have some programming work in PHP.
Is there any plug in available that I can install on Visual Studio ...
5
votes
10answers
376 views
Which PHP IDE would you use on Windows, if you're used to TextMate on the Mac? [closed]
Until now, most of my PHP development had been done on a Mac in TextMate. For a new client I need to work on a secured windows box, and I was wondering which IDEs I should be looking at, as someone ...
5
votes
6answers
4k views
Looking for good PHP editor or IDE with 'IntelliSense'
I'm looking for suitable PHP Editor or IDE with syntax auto-completion. I've tried trial versions of programs like Zend Studio, PHPDesigner, NetBeans PHP, NuSphere PhpED, and similar -- but none of ...
5
votes
2answers
2k views
php project through ftp (Netbeans, Eclipse or any free IDE)
I am new to Netbeans. Is it possible to work directly on the server files through sftp to avoid downloading/uploading each time. Will the intelisense work the same ?
If it is possible I can't find ...
5
votes
11answers
706 views
PHP Development - lot of (newbie) questions
I'm a Engineering student and I'm attending a Database and Information Systems class this semester. It's required that I produce a website/application that uses a database, using PHP/PGSQL. My ...
5
votes
6answers
644 views
Suggestions on Ajax development environment for PHP
I am a C/C++ programmer professionally, but I've created a couple of personal web sites using PHP and MySQL. They're pretty basic, and I'd like to jazz them up using Ajax, but I've never done any ...
4
votes
4answers
316 views
How do I make my PHP IDE understand Dependency Injection Containers?
Current situation: I have dependencies in my project that I solve by using dependency injection. I want to take the next logic step by using a dependency injection container (DIC) to ease the ...
4
votes
8answers
2k views
What is a good alternative to Netbeans as a PHP IDE? [closed]
Possible Duplicate:
Any good PHP IDE, preferably free or cheap?
Working on my own webapp for a while, I've really gotten to be fed-up with bloated Java-based IDEs.
For the most part, I ...
4
votes
2answers
1k views
Aptana: which one is better? Standalone Version or Eclipse Plug-in Version?
i'm new to ubuntu and wanna choose my php/javascript IDE.
there is two options for download:
Standalone Version
and
Eclipse Plug-in Version
the performance and not being too hight-weight ...
4
votes
7answers
196 views
How should I get setup for PHP development?
I am new to PHP and would like to learn. I am limited to running on Windows and need advice on getting setup. Which IDE should I use? Are there any development servers similar to the one included ...
4
votes
3answers
1k views
RAD Visual Web Application Creator/ Builder/ Designer for PHP
I want to see if any of you know a (free and open source will be ideal) tool/ app that can help build a php web application very quickly without investing too much time on writing codes, preferring ...
4
votes
4answers
120 views
Web development tool that can comprehend the concept of more than one language in a file at once
I currently use notepad++ on windows or gedit on ubuntu. Both of them work great with code highlighting and hinting etc. But both of them suffer from a huge flaw. I am yet to find a code editor that ...
4
votes
2answers
3k views
Advice for setting up Aptana for CodeIgniter?
I've used Aptana for a good number of web projects and like it a lot. I've also used CodeIgniter for a couple projects and liked it, as well. Now I'm hoping to combine the two in a happy marriage of ...
4
votes
5answers
3k views
Can you enable variable highlighting with Eclipse PDT?
I'm using version 3.3.2, I know that regular Eclipse for Java does variable highlighting.
Notepad++ does it regardless of what language you're using (if you select any text, it highlights similar ...
3
votes
4answers
109 views
a good PHP IDE with dreamweaver style 'included' files sub-menu
Have read through others asking about IDE's and downloaded a few to try but can't find one with this particular feature that dreamweaver code view has. If you have include statements, css files, js ...
3
votes
2answers
90 views
I need a list of all of my PHP classes and the files they are in - can I do that in Netbeans IDE?
I am developing with PHP, using Netbeans as my IDE. I am not 100% sold on it, so my question can be answered in terms of Netbeans or another IDE or tool.
I have been really working more with oops ...