I want them to succeed, but can't see how they can win in this agentic world, where people are barely opening their IDEs, and living in agents terminal whole day and from time to time opening a PR to get a review
The volume of code is only increasing. Problems that used to be solved with a few lines (or even removing lines) are now solved with changes across 10 different files.
My IDE is invaluable for me when trying to navigate this stuff. I am completely convinced that people reviewing LLM code only via PR diffs are consistently missing massive systemic issues. You *need* to review changes in context of the surrounding code.
And doing this without an IDE is just making your life harder for no reason.
I have opened an IDE for very very few things in the last 9 months or so. Im still renewing a license at this point mostly because I like JetBrains the company and it's not a financial burden but they are in a bad place.
I find this setup works great for actually participating in the development. To understand what is happening and keep the mental model of what the project is about. Review in progress work in IntelliJ, use the Git, Database and REST(.http files) in the IDE as the agents generate the code.
I don't see a problem with this setup is it really that uncommon? Have people stopped using TOOLS completely? That said I don't have much interest in these JetBrains AI products, at least not currently.
I’ll try out Air but I don’t have high hopes, my current workflows work great and I’m still not sold on what Air offers even after reading this post and the page about Air.
But I have been using their jetbrains remote system, and you can clearly see how incredibly high the RAM usage is on both server and client.
Personally I am also looking at the door, but not because of the resource usage… but because they keep putting resources into things which aren’t their core offering and it makes me wonder if they have run out of innovation in that area.
… then again, they did recently figure out how to make development on a Windows remote work… so I can keep using my linux machine while developing Windows software, so I think that earned a lot of goodwill from me.
I do feel however they have been neglecting anything non-AI for a while now. I in particular loved their auto complete, and with the new guesswork AI auto complete it's just not the same. I want deterministic behaviour from my IDE.
On the LLM side, I couldn't use the Anthropic subscription with their offerings, so I just use it from a harness outside the IDE, and switch to the IDE for review. This may not be JB's fault, but it still makes their offering useless to me.
I may be one of the few remaining but I also still program myself sometimes (I weigh it based on the task). The IDE has been pushing so much AI it has been getting in my way sometimes, and it is definitely using more resources for stuff I don't use.
I too am on the fence on whether I'll resume my subscription. Luckily for JB I dearly dislike VSCode's code navigation and interface, and would severely miss their debugging tools integration.
I don't think that there's a better alternative at the moment, and I get the need to pump out features to keep the revenue stream going, but I miss the slimmer versions
Their IDEs have been nosediving for years now in a way usually reserved to "has been acquired by private equity". But they have not been acquired by private equity as far as I can tell.
I'm writing this from my laptop, where each keypress in a .md file in WebStorm makes the fan spin up (not hyperbole).
What happened, JetBrains?
For the IDE I pay the releases have been lackluster, updating libraries supported, minor bug fixes, no improvement of performance or usability.
Instead of doubling down on what they did best, they followed the trend (badly) and then will wonder "where have all our devout customers gone".
I couldn't find how to change the mode without it trying to use Junie, or claude etc. very frustrating.
DataGrip is seriously under-rated, IMO.
edit: Sorry; misread. No, and I am very confused by their diaspora of AI offerings!
- Natural treatment of multi-file projects
- Introspection
- Refactoring
- Keyboard shortcuts, specific types of search etc
- The build/run windows
Overall, it feels like JB treats the core units as languages and multi-file projects, while others, including VsCode, treat it as text files. Whenever I try something else, I look for these features, assume I'm doing something wrong, then come to an understanding that no one else does them to the same degree. For example, Zed has no concept of moving items. I don't know if VsCode does, but whenever I try that, it seems to have only superficial ability to introspect on function calls, data structures etc.Two things that fell short for me:
1. No support for my Claude subscription
2. The git interface lags behind other JetBrains IDEs
It's clearly existential for JetBrains, and it's revealing that the opening goes for the fear with "but it hasn’t changed what it costs to be wrong" while ignoring that this hasn't exactly been a major concern for most software people for a scarily long time, including JetBrains themselves.
I still love RustRover and PyCharm! Switching to anything else would be a big downgrade.
Side note: I am confused by the various JB LLM integrations. Air, Junie, at least 1 (maybe 2 more?) the IDEas have suggested I try.
It's not bundled with the IDEs but it's available on github
- It sees very little investment ever since they introduced Rider.
- They give out VS Code one for free, yet the VS users are neglected.
- Touching code manually is outdated by agents anyway.