jarod_peachey
Member
- Local time
- 14:19
- Joined
- Nov 9, 2019
- Messages
- 70
I'm probably going to start a war of some sort with this question 😅
Tell me your favorite IDE and convince me to use it! (I'll reveal which one I use later)
Last edited:
I'm probably going to start a war of some sort with this question 😅
Tell me your favorite IDE and convince me to use it! (I'll reveal which one I use later)
phpStorm
Why?
I've started with Frontpage, went to Dreamweaver, GoLive afterwards, back to Dreamweaver, on to phpDesigner then switched to Mac, used Coda 2 at first and then went on with phpStorm and have been working with it since switching.
For PHP/Webdevelopment phpStorm and/or Webstorm are IMHO the 2 best apps. Feature rich, easy to work with and handle lots of stuff for you.
phpStormWhy?
I've started with Frontpage, went to Dreamweaver, GoLive afterwards, back to Dreamweaver, on to phpDesigner then switched to Mac, used Coda 2 at first and then went on with phpStorm and have been working with it since switching.For PHP/Webdevelopment phpStorm and/or Webstorm are IMHO the 2 best apps. Feature rich, easy to work with and handle lots of stuff for you.
This 👆🎉🚀 and to simplify it: every language => matching jetbrains IDEphpStormWhy?
I've started with Frontpage, went to Dreamweaver, GoLive afterwards, back to Dreamweaver, on to phpDesigner then switched to Mac, used Coda 2 at first and then went on with phpStorm and have been working with it since switching.For PHP/Webdevelopment phpStorm and/or Webstorm are IMHO the 2 best apps. Feature rich, easy to work with and handle lots of stuff for you.
This 👆🎉🚀 and to simplify it: every language => matching jetbrains IDE
&& If there's no jetbrains IDE => switch language. 😉
PHPStorm + Notepad++ for web development
Also for smaller project I may use Netbeans instead of PHPStorm.
I use VSCode because I thoroughly enjoy it.
But you know what I think? Don't let people convince you to use their editor. They claim it's faster, better, etc but only to them. I enjoy vim but so many people waste their time for no gain because someone who has been using it for decade or longer says it's so much better and you can do stuff faster.
I say use what you are comfortable with and what makes you most productive. Others preferences should only be seen as tips, not as guidelines.
Sometimes it's useful to enforce things in a company. To make it faster/easier to share settings/workflows and pair program or whatever.I use VSCode because I thoroughly enjoy it.But you know what I think? Don't let people convince you to use their editor. They claim it's faster, better, etc but only to them. I enjoy vim but so many people waste their time for no gain because someone who has been using it for decade or longer says it's so much better and you can do stuff faster.
I say use what you are comfortable with and what makes you most productive. Others preferences should only be seen as tips, not as guidelines.
Sometimes it's useful to enforce things in a company. To make it faster/easier to share settings/workflows and pair program or whatever.
But also there isn't a general rule when it's good to enforce and when not.
Sometimes it's useful to enforce things in a company. To make it faster/easier to share settings/workflows and pair program or whatever.
But also there isn't a general rule when it's good to enforce and when not.
I see it as if you're good with VSCode, you probably know how to achieve similar workflows as your teammates on say vim or Atom.
Maybe if they're all juniors enforcing tooling may help them cope better, but majority of the time enforcing a specific IDE is not needed.
One example for Phpstorm would be the integrated rest client which creates .http files.
Added to git everyone with Phpstorm can execute them with a single click.
I think that vscode can't do it with the same files.
But also things like the inspection configuration and how/where to find something.
In a small team of 5-10 it's annoying if everyone uses another IDE and if you want to know how to configure it the answer is "I'm using vscode - no idea for Phpstorm".
So if you are experienced with vscode it's likely that you are a senior or even lead in the team. And if the others use phpstorm they can't benefit from your IDE skills. And because you are the experienced one it's more likely that you get to used with Phpstorm.
So I mean the over all team efficiency. As long as it's not affected by your choice it's okay. But if the team gets slower only because one want to use something different it's a thing to discuss and find a solution.