DEV Community

Discussion on: What IDE do you use for coding and why?

Collapse
 
urielbitton profile image
Uriel Bitton

cool. I believe webstorm also isn't free right?

Collapse
 
awfulwafflez profile image
Anna • Edited

There is a free version. You can also use the Jetbrain python plugin for intellij CE for a free version of pycharm. Compared to vscode, Webstorm is much better. It has pretty much the majority of plugins you'd want and has better code organization imo. Intellij and webstorm also has the same github integration as vscode (all though, personally I think that's irrelevant and you should learn to use git as I've seen way too many people screw up code because they tried to use the ide's github integration).

Thread Thread
 
arnu515 profile image
arnu515

Git in the command line is better than any "integration". Because in the command line, you're the one executing the commands, so you know exactly what happened