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
-
Jung5526yMay be sublime text, atom, vscode these are light ide
php storm is heavy choose with your config -
If you want to become more disciplined, phpstorm..
If want some loose relaxing coding environment, sublime will do. Or vscode. -
C0D4681466yIf you’re going to be reliant on the IDE to do most of your work, PHP Storm.
If you just need some IDE features like syntax checking, formatting, jump to namespaces/classes/functions ect then vsCode works well. -
PHPStorm. I've been comparing PHPStorm and VS Code a long time ago. It is really a hassle trying to copy all of PHPStorm's features into VS Code.
In my comparison, PHP Intelliphense is not as good versus PHPStorm's auto completion, imports, etc. -
@Jung His question is PHP IDE.
IDE = PHPStorm
Editor = VS Code (light Editors)
In PHPStorm if do some arrow and type:
$this-
it will automatically do: $this->
i love it -
If you are on Mac (which I guess only I am) then Coda is the best.
https://www.panic.com/coda/ -
Lyniven45596yPhpstorm. You can configure it with any psr standard and inspect code, refactoring tools are fcking insane..
But, if you need smth free, netbeans works well. -
Prefer an editor, VS code is simply brilliant.
PHPstorm in my opinion is a sluggish piece of crap. -
@irene Vendor declarations don't mean much to me because there's no universal definition of IDE. What ones consider "just" an editor can be an IDE for others. So I wanted to know what's missing from VS Code in your opinion.
-
In short guys, we can't compare PHPStorm and VS Code. IDE can't be compared to editor.
What's correct is: vs code VS sublime text
We can't compare also react vs angular.
React is a library
Angular is a framework -
@irene so the argument should be:
VS code with plugins or PHPStorm? ๐
I both like PHPStorm and VSC.
Sometimes I don't like PHP Intelliphense of VSC because it is indexing too long with memory leak even if you are using OSX. -
-
C0D4681466y@gronostaj
An IDE has the ability (out of the box) to take full advantage of the languages / environments it was designed to work with and give a full range of advance features, like code indexing, auto completion, jump to definitions and files, build and test changes on the fly and detect syntax issues and more.
And Editor (by definition) does not offer these features out of the box, yes we can add additional features to our editors to bring them inline with an IDE, in turn making them an IDE but they are at core, still an editor as the software does not include them out of the box. -
zankar20756yFind someone with a valid student email, register on jetbrains as a student and get a free copy for a year. Renew when necessary
-
@C0D4 Okay, but in PhpStorm entire language support is provided by plugins. I'm pretty sure you can even disable the PHP plugin and be left with a bare editor. So the difference is that PhpStorm comes bundled with plugins so it's an IDE and with VS Code you have to click "Install" manually so it's an editor?
-
C0D4681466y@gronostaj with the current state of editors that line is a bit blurry.
Think of notepad++ vs Eclipse, for a more appropriate comparison to what each are. -
@helloworld back then i use Coda when developing websites.. pair with Transmit.. the good old days.. ๐
Related Rants
Do you know any good PHP IDE?
question
ide
php