php programming IDE


Recommended Posts

Hey,

I'm going to download Fedora 13 when it's released. But what is a good ide to use? I need something light weight for editing. I currently use Programmers Notepad for Windows. So something along those lines. Just need the syntax highlighting for php, mysql, html, css, and that loads quickly. I like Netbeans, and will install that as well, but that's too heavy for quick edits.

Thanks for any help :)

Link to comment
https://www.neowin.net/forum/topic/904308-php-programming-ide/
Share on other sites

I like Netbeans, though I've only used it for C++ they have a PHP plugin and I absolutely love it. It's better than Dreamweaver in the fact that it completes most of the code such as the brackets and other small things that I highly appreciate and speed up my work. Might want to give it a try and see if it's right for you :)

In a pinch, it seems that Programmer's Notepad runs in Linux using wine. It has a DLL error, but seems to run. I can vouch for Notepad++ running in wine, as well.

I don't like the look of wine fonts (there may be a way to fix that and render them better), but if you are after specific apps, then that may work well enough for you.

  • 4 weeks later...
  • 2 weeks later...
  • 2 weeks later...

It's really depressing how no one has made a good PHP IDE as of yet. Anytime someone asks about what IDE he should use the answers are "X isn't too bad", "X is quite popular", "I guess you could use X if you want feature Y". I mean seriously, look at Visual Studio and ASP.Net, it's powerful, it's tighly integrated, it's great, it's the defacto IDE for anyone doing ASP.Net and it makes you happy about your work. Why can't we have something like that for PHP ? I'm seriously tired of all those Eclipse-based half-baked IDEs. /rant

Anyway, I'm a big fan of JetBrains, I use IntelliJ IDEA for my Java development, RubyMine for Ruby on Rails and PhpStorm for Php. If you like code-centric IDEs, you'll love PhpStorm, give it a try :)

Intype. Switched from Dreamweaver a couple of months ago, haven't looked back or anywhere else since. It doesn't have autocomplete, just syntax highlighting for pretty much every language, except ASP, and some other editing features some of which I haven't explored fully yet. Highly recommended.

Edit: I just realised you're going to switch to Linux, but for the time you're on Windows, do give it a shot. And maybe later, too, with Wine.

  On 17/07/2010 at 19:39, Drunken Beard said:

It's really depressing how no one has made a good PHP IDE as of yet. Anytime someone asks about what IDE he should use the answers are "X isn't too bad", "X is quite popular", "I guess you could use X if you want feature Y". I mean seriously, look at Visual Studio and ASP.Net, it's powerful, it's tighly integrated, it's great, it's the defacto IDE for anyone doing ASP.Net and it makes you happy about your work. Why can't we have something like that for PHP ? I'm seriously tired of all those Eclipse-based half-baked IDEs. /rant

Anyway, I'm a big fan of JetBrains, I use IntelliJ IDEA for my Java development, RubyMine for Ruby on Rails and PhpStorm for Php. If you like code-centric IDEs, you'll love PhpStorm, give it a try :)

I know of a really brilliant PHP IDE for Windows, phpDesigner - but there isn't a version for Linux IIRC. Netbeans has a PHP variant which is actually pretty good. It has support for PHPDoc, code completion for native and custom code, xdebug support, source control integration, code refactoring, PHPUnit testing etc. The only downside (and it's quite a big one) is that it can be so damn slow and will just eat up RAM. I don't know if that's down to it being built with Java, or if it's just because that's how Netbeans is - but it frequently freezes for a minute or two for no apparent reason. Especially when the projects are located on network drives.

PhpStorm looks pretty good, I like how it has support for Smarty templates. I might give it a go when I start my next project.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I don't usually complain about articles here, but this is just ridiculous, you couldn't ask your precious AI to write something about tech instead? This literally has nothing to do with tech.
    • Microsoft's "Athena" AI: A blueprint for your own dev team's productivity boost by Paul Hill Last month, Microsoft made many developer-oriented announcements at its annual BUILD conference. One of the tools that it announced at the time was called Athena, an artificial intelligence agent that lives in Microsoft Teams and aims to speed up product development processes. Now, however, Microsoft has released the blueprint of Athena so anyone can begin implementing a similar helper for their work. Rather than just another chatbot, Athena is a deeply integrated agent accessible through Teams that helps to connect people, tools, and data throughout the product development process. Athena is smart enough to work out what needs to happen next and helps team members get it done without having to go to different applications - Athena controls it all from Teams and you just have to communicate in natural language. Athena can be embedded in several developer workflows including Teams, Azure DevOps, and GitHub. Perhaps the greatest thing about Athena is that it’s not a new product being sold by Microsoft, but rather a methodology and open-source template (Dex) that organizations or individuals can take to build their own AI agents, allowing for more customization. To get started with Athena, you'll want to set up the Dex agent. Microsoft has also published a breakout session video about Athena so you can take a deeper dive. Who it affects, and how The primary beneficiaries of Microsoft’s decision to release Athena open source are engineering teams everywhere who will be freed from boring, repetitive tasks such as pull request (PR) reviews, work item management, and security checks. This will let them get on with coding new features and innovating - something that Microsoft has been pushing hard for since the start of the latest AI revolution. For product managers and engineering leaders, Athena also looks set to be incredibly useful as they will get better real-time visibility into the status of projects, if a release is truly ready for launch, and to ensure the team is aligned. Organizations from small to large will be able to benefit from using Athena. Due to its open-source nature, Athena can be tailored to meet specific development processes. This could unlock faster delivery cycles and improve code quality across the board. Why it's happening Athena is already being used internally at Microsoft by over 2,000 of its engineers. The Redmond giant explained that this has led to “measurable gains” in speed, quality, and focus. Aside from faster review cycles for developers, Athena is also surfacing release-blocking bugs earlier, enabling the consistent completion of security and privacy workflows, and providing quicker health assessments so that teams can gauge the overall health of their software delivery. By handling all these more boring tasks, Athena can free up developers to build more features into their projects. It also has the potential to speed up delivery times so that end users can use the new software faster, and with potentially less bugs. We often hear the term “democratization” in tech, a process that makes technologies more accessible and affordable. According to this definition, Microsoft’s release of Athena delivers on democratizing AI for developers as its open source and allows people to integrate AI Into their workflows, without starting from scratch. The move also aligns with Microsoft's AI strategy, that is, putting it all throughout its products. Copilot is probably the most notorious for its omnipresence in essentially every Microsoft product including Windows and Edge. Unlike Copilot, developers get a bit more freedom with Athena, but it’s still tied up with Microsoft products, namely Teams and GitHub. Caveats and what to watch for While it’s great that Microsoft is making its Athena blueprint accessible, one issue is that developers may still find it a bit complex to implement as there are still specific customizations organizations will want to make. Additionally, this solution involves a more involved setup process as outlined in the GitHub README. Another thing organizations should be wary about is data privacy and security implications when it comes to integrating with sensitive internal systems. Organizations that are working on secretive projects probably wouldn’t want to use Athena as this could put sensitive code in the hands of third parties. It’s not only technical issues that need considering either, there is also the human element. Some people may have concerns about AI hallucinating or ethical concerns around job security that could hurt adoption. To this end, Microsoft has reaffirmed that Athena is supposed to assist teams only, not replace team members. While Athena can be extremely useful, as shown by the results internally at Microsoft, human oversight and judgment will still be vital. Complex decision and creative problem-solving in development are some areas where a human still needs to be involved. Source: Microsoft
    • How could it not be optional? ChatGPT isn't going to guess people's credentials :P
  • Recent Achievements

    • First Post
      James courage Tabla earned a badge
      First Post
    • Reacting Well
      James courage Tabla earned a badge
      Reacting Well
    • Apprentice
      DarkShrunken went up a rank
      Apprentice
    • Dedicated
      CHUNWEI earned a badge
      Dedicated
    • Collaborator
      DarkShrunken earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      383
    2. 2
      +FloatingFatMan
      176
    3. 3
      ATLien_0
      169
    4. 4
      snowy owl
      169
    5. 5
      Xenon
      133
  • Tell a friend

    Love Neowin? Tell a friend!