4

Devrant, can you recommend me a good IDE for PHP/Javascript/HTML that is not NetBeans? It decided to become unusable overnight and I need a backup IDE so I can keep working.

Comments
  • 4
    VsCode
    Php intellisense plugin

    After that you can do as you please,plenty of extensions to get back up to speed.
  • 3
    Visual Studio Code, PhpStorm
  • 5
    PHP Storm is by far the best for PHP but its paid. If you want free, VS Code with Php phense extension is a good option.
  • 1
    Vscode if you want to be productive

    Phpstorm if you like waiting for indexes to build
  • 0
    Microsoft FrontPage
  • 2
    JetBrains Webstorm
  • 2
    Phpstorm is, without a doubt the best php ide, I use it on any big project where sublime isn't enough.
  • 1
    PHPStorm is king here
  • 1
    VSCode with "PHP Intellephense" extension (better than the other PHP IntelliSense).
    I've used this compilation for 3 years on the job.

    The extension is free but for a 10 buck investment you get some additional useful features (you can use the license code on as many devices as yoou want).
  • 0
    EMACS, doom emacs flavour
  • 0
    @petergriffin phpstorm if you want to be productive. Vscode if you want basic coding assistance and keep messing around with plugins and configuration.
  • 1
    @ReverendLovejoy why webstorm over phpstorm? Phpstorm is webstorm plus PHP and database support
  • 1
    @PonySlaystation didn't know about the paid version. Will keep that in mind for vsc fans.
Add Comment