Jetbrains products are awesome though. I used to use a heavily customized vim which was a pretty good setup, but the things a jetbrains ide can do are just much better than what my custom setup could do. I pay for a personal subscription and couldn't be happier. I will recommend everyone to atleast give their products a try. They have a free trial period.
JetBrains: $270M revenue, 405K paying users, $0 raised
31–40 of 680 posts
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#32I can’t tell you how many times my use of very vanilla Emacs with zero jedi / autocomplete / search features has saved me in my career. It’s so critical to use text editors for software development and extract all other functionality to separate shell tools. If a mix of very simple vim or Emacs + grep / git grep / silver searcher + CLI tools for automatic linting, test cases, etc., isn’t efficient for you, and motiva…
Do you have any substantiation for that claim?
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#33I can’t tell you how many times my use of very vanilla Emacs with zero jedi / autocomplete / search features has saved me in my career. It’s so critical to use text editors for software development and extract all other functionality to separate shell tools. If a mix of very simple vim or Emacs + grep / git grep / silver searcher + CLI tools for automatic linting, test cases, etc., isn’t efficient for you, and motiva…
The language server protocol has been a game-changer, though. Now I'm back to 100% terminal and couldn't be happier.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#34They clearly are the state of the art of IDEs for most mainstream languages nowadays. It's easy for young developers to overlook the power of intellij IDES, and to use the "sexier" vscode. But clearly for any medium to large project, learning to master intellijs are one of the highest ROI that a developer can get. Of course, it should be mixed with ideaVim.
Not too long ago I bought a "powerful" laptop (expensive!). It still chocked frequently when running multiple vm's, docker machines and/or multiple "auto-compile watchers".
Then I tried vscode remote editing. I just run the browser & vscode in the laptop, and everything else on the desktop. It makes for a much, much nicer experience overall.
JetBrains, if this somehow gets to you: please copy vscode's remoting abilities and I'll be back. Until then... I had a great time with you.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#35I can’t tell you how many times my use of very vanilla Emacs with zero jedi / autocomplete / search features has saved me in my career. It’s so critical to use text editors for software development and extract all other functionality to separate shell tools. If a mix of very simple vim or Emacs + grep / git grep / silver searcher + CLI tools for automatic linting, test cases, etc., isn’t efficient for you, and motiva…
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#36They also still give away their entire suite of products to students at no cost!
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#37I love jet brains but I'll say this. Their software is part of the reason I paid for 32 GB of ram on my new macbook pro.
How great is the 32 GB of ram? I have a 2017 macbook pro. I don't ever develop on a desktop machine to be able to know what I'm missing out on by only having 16 GB.
Unless you're running close to full most of the time, I also don't think the extra disk caching more RAM allows for is generally worth it. I have a few GB free most of the time (both at home and at work) and that seems to suffice to cache whatever files I'm currently working with.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#38They are registered in Prague, but it's mostly Russian company. Depending on your line of business, this may or may not be an issue.
I feel this goes against a lot of the guidelines: https://news.ycombinator.com/newsguidelines.html
edit: my apologies for the assumptions and most likely breaking the guidelines myself
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#39I love jet brains but I'll say this. Their software is part of the reason I paid for 32 GB of ram on my new macbook pro.
Thank Java.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#40I am a big fan of Intellij. But the single most feature I hate about their products is keyboard shortcuts. If they follow standard unix shortcuts along with standard browser shortcuts, it will be more productive.
Also - I would either use their cloud sync and/or VCS to back-up your customizations. It sucks switching to a new computer and losing a day re-configuring your IDE back to baseline =|