5

Guys, which code editor is better for PHP/JS/HTML/CSS? I mean, with more addons, code completion, and so on..
Atom? Sublime? Brackets? VS Code?

Thanks!

Comments
  • 1
  • 2
    @robindotnet haha I can't live without a friendly user interface LOL
  • 4
    If you're going to be developing with Laravel then I'd really recommend using an IDE like PHPStorm. it really does speed things up.

    Also it has watchers you can use if you're using SASS/SCSS/LESS
  • 0
    @MasterSwagMan Nice! I will try to get used to PHPStorm. Don't know why, but I think it needs a lot of configuration at first, to work properly like I need. :) I will consider it.
  • 1
    I'm not a web dev, but I was working on a site and I found Aptana decent. It's an open source one. But again, I'm not a web developer, so take that with, like, a tablespoon and a half of salt.
  • 1
    @felipebhz configuration ain't that bad if you just use the default settings. However if you want to customize everything then yes.
  • 0
    @sheeponmeth haha Cool. I've already tested Aptana. It's a nice IDE, but I think we have better ones available.
  • 0
    @MasterSwagMan I will try it again. I just need some code completion, functions, and code snippets, so I don't need to type everything.
  • 2
    Definitely Sublime Text.
  • 2
    at your best stay away from everything Eclipse based. yeah it is a solid ide, but not for php
  • 0
    @enchance @dev-nope Thanks for your considerations. :)
  • 1
    phpstorm
  • 1
    I would say sublime or Atom. Sublime is faster but atom has a lot more package.
  • 1
    If you are doing alot of code in an OO fashion then PhpStorm is probably your best bet, lots of data manipulation Sublime or something to open and edit files that looks pretty go with Atom. Or do what I do and use all of them.
  • 1
    Sublime with appropriate add ons is my choice.
  • 1
    I love the intellisense in vs code especially when writing JS. (first comment yay!)
  • 1
    i suggest you PHPStorm is the best, at moment!
  • 1
    I use brackets and Idea Intellij Ultimate. My company pays for a license so I enjoy :D
  • 1
    For me Brackets is a pretty good choice. There is a lot of plugins for Web dev (autocomplete, function listing, highlight matching string, linter, ...).
    But I can assume that the VS Code intellisense is a killer feature for some languages (Inc. JavaScript)
  • 1
    webstorm or phpstorm
  • 1
Add Comment