Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
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 -
@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.
-
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.
-
@felipebhz configuration ain't that bad if you just use the default settings. However if you want to customize everything then yes.
-
@sheeponmeth haha Cool. I've already tested Aptana. It's a nice IDE, but I think we have better ones available.
-
@MasterSwagMan I will try it again. I just need some code completion, functions, and code snippets, so I don't need to type everything.
-
at your best stay away from everything Eclipse based. yeah it is a solid ide, but not for php
-
SCollins1388yIf 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.
-
rawdreeg3278yI use brackets and Idea Intellij Ultimate. My company pays for a license so I enjoy :D
-
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)
Related Rants
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!
undefined
code editor
php
laravel