I love IntelliJ but I am constantly switching between PyCharm and WebStorm, which is quite annoying since I end up doing python and javascript in both. I wish they one modular product instead of many, many slightly different products. Edit: I'm learning in the comments below that IntelliJ IDEA Ultimate gives you the capabilities of the other products all together. This sounds great! I'm going to try it.
JetBrains: $270M revenue, 405K paying users, $0 raised
71–80 of 680 posts
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#72I 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.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#73Jetbrains 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.
I recently went ahead and purchased theyr3 full product line, because I figured there are several I would end up wanting to use and it was just cheaper that way. The reason I bought it though, was specifically for CLion. I figured having a full featured IDE would make it much easier to browse and understand large C or C++ projects, but sadly it seems to only support CMake projects.
cmake_minimum_required(VERSION 3.0)
project(prog)
include_directories(.)
file(GLOB_RECURSE sources *.h *.cpp *.c *.hpp)
add_executable(prog main.c)
variables might have to be tweaked a bit.Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#74Jetbrains 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.
I recently went ahead and purchased theyr3 full product line, because I figured there are several I would end up wanting to use and it was just cheaper that way. The reason I bought it though, was specifically for CLion. I figured having a full featured IDE would make it much easier to browse and understand large C or C++ projects, but sadly it seems to only support CMake projects.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#75Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#76Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#77If you're wondering, the "6M users / 405k customers" comes from the Community editions of PyCharm and IntellJ (maybe also Android Studio) and their free-for-students offer[0] ( which I would imagine is a big part of getting companies who hire college grads to license JB products). 0: https://www.jetbrains.com/student/
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#78I love IntelliJ but I am constantly switching between PyCharm and WebStorm, which is quite annoying since I end up doing python and javascript in both. I wish they one modular product instead of many, many slightly different products. Edit: I'm learning in the comments below that IntelliJ IDEA Ultimate gives you the capabilities of the other products all together. This sounds great! I'm going to try it.
If you find that WebStorm works better, you probably need to install the node.js plugin in PyCharm (which is free). It's included by default in WebStorm but not in PyCharm.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#79Earlier quoted context omitted.
It's been the default GC since Java 9 https://en.wikipedia.org/wiki/Garbage-first_collector
Ah, I'm confusing its availability with Shenandoah and zgc. Unfortunately, the last time I used IntelliiJ it came with its own JDK8. Is that still the case, I wonder?
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#80Shame they had to sell out with their bullshit subscription model