DEV Community

Cover image for Have you ever tried any JetBrains product?
Madza
Madza Subscriber

Posted on

Have you ever tried any JetBrains product?

From time to time I've seen products like WebStorm, PyCharm, PhpStorm, Space, TeamCity, IntelliJ appearing in the tools list of some devs.

I've also aware their products are pretty pricey, knowing that nowadays you can find a free alternative for almost anything.

Have you ever tried any of their products and is the price/value ratio really good enough to use their stuff?

Oldest comments (51)

Collapse
 
jwood803 profile image
Jon Wood

I use their products quite a bit. I love WebStorm, though the performance of it can get pretty subpar, especially compared to VS Code. I don't believe WebStorm is as expensive as the others and they do offer discounts the longer you have a license. I believe it was $35 a year. PyCharm is pretty well used the Python community after VS Code.

The main thing I like about their products is their navigation and other built-in tools including code suggestions you wouldn't get in other products.

Collapse
 
moonbirdit profile image
Sascha Meyer

I have been using PhpStorm for the past 7 years now, started using it while being self-employed and I found the license cost absolutely reasonable. Usability, integrated features and extensibility are in my eyes way better than in any free or commercial tool. 0xDBE or now DataGrid is also great, it's nice to have one database IDE for multiple different DBMSs.
At my current company we use TeamCity and ReSharper for C# development and this greatly helped to improve code quality and the build process.

Collapse
 
dailydevtips1 profile image
Chris Bongers

Ah yes, big fan of PhpStorm, but only if the business pays for it.
Otherwise VS Code all the way.

Just too expensive for me personally

Collapse
 
aghost7 profile image
Jonathan Boudreau

From what I've seen from others using it, it looks like it often has performance issues. You're probably better off sticking to vscode. As a developer, I don't think the price really matters (for software I use which is free, I'll donate to the project).

Collapse
 
siy profile image
Sergiy Yevtushenko • Edited

From my experience VSCode is slower and consumes more resources than JetBrains products. And not even close in regard to functionality.

Collapse
 
aghost7 profile image
Jonathan Boudreau

I don't use vscode or any jetbrain products, I'm just stating the experience of several others. They were using macbooks, could this be related?

Thread Thread
 
siy profile image
Sergiy Yevtushenko

Not sure, I've used macbook as well and haven't noticed any issues.

Collapse
 
farshan profile image
Farshan Ahamed

I have tried Rider once. But it was a 1-year license I got as a prize in a hackathon. Since Visual Studio was my favorite, I didn't try to spend money to renew the rider license.

Collapse
 
devashishmamgain profile image
Devashish Datt Mamgain

IntelliJ - one of the best IDEs so far. its costly but its worth the price. I used it for Java projects. I have used Eclipse, Netbeans and IntelliJ all three for Java, J2EE projects. Loved IntelliJ out of these 3. It takes time to load the project initially but post that it works fast.

Collapse
 
andrewbaisden profile image
Andrew Baisden

When I started learning Kotlin I needed to use IntelliJ IDEA. And when I started to learn Flutter/Dart I started using Android Studio which is built on JetBrains' IntelliJ IDEA software. So now i'm a fan of both however I have setup Visual Studio Code for Kotlin and Flutter/Dart projects. But its still easier to use JetBrains products for that type of development because you get more features and plugins.

Collapse
 
de_laz profile image
Lazola Sifuba

I have used TeamCity, Pycharm, R#, Rider and Data Grip in the past. They are all excellent but I really enjoyed Data Grip more than the others.

Collapse
 
daviddalbusco profile image
David Dal Busco

Back in the days we migrated from Eclipse to IntellIJ because the Maven integration for Java was just less laggy.

Naturally when I switched to web development and was looking for an editor, I went with Webstorm.

Never regretted it and I can say that it is definitely worth the price to me. Even though VSCode is really slick, and for having it use a bit, I find the refactoring suite and the Git integration (resolving merge conflicts is almost easy) in Webstorm just more powerful.

That being said, I whish their was a plugin such as Peacok for it 😜.

Collapse
 
daviddalbusco profile image
David Dal Busco • Edited

Just noticed that you are also asking about non-editor tools of Jetbrains.

At a client company, they/we are still using Teamcity and I have to deal with it quite often. I have to say I don't like it much. Not a big fan of using Kotlin to describe pipelines and the web client is a bit outdated and consume so, much, RAM (why !???!?!).

Of course that's an opinionated answer as mine above about Webstorm. Still like you Jetbrains.

Also worth to notice, their support channel is really professional and quick to answer.

Collapse
 
_garybell profile image
Gary Bell

I keep telling myself to try the git element of phpstorm, but I never do. I think I'm just too used to the old way of manually checking conflicts.

Still, one day I will try it... .probably

Collapse
 
daviddalbusco profile image
David Dal Busco

I keep telling myself I should use more cmd lines, I even wrote a blog post about these I always forget 🀣

Collapse
 
joro550 profile image
Mark Davies

I use ReSharper and Rider, two of the best .Net tools on the market imo. I've also (in the past) used DotMemory and DotTrace - these are a litle more specialized but are really helpful for their use case.

Price vs value depends on how much you personally use their tools, I would say grab one of their free trials and give it a go, most of their editors are second to none.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.