Earlier quoted context omitted.
What do you see as poor Linux support?
My mistake on the wording, I should have said "mediocre", perhaps. I can't edit the comment now, oops sorry. I am referring to lack of an installer, and also the default shortcuts which clash with the distro, and in general I've seen features come to Linux a lot later. So a better way to put it is that Linux feels like an afterthought to Jetbrains. I do follow and also raise issues you on YouTrack but find they often…
Fleet, a Lightweight IDE from JetBrains
251–260 of 427 posts
Re: Fleet, a Lightweight IDE from JetBrains
#252Earlier quoted context omitted.
I've used Jetbrains products for a long time, both as a student, and later professionally. Jetbrains products are free for students, and paid for professional use. In my opinion, the pricing of the product is spot on. My company pays about ~200 euro per seat per year, which is a good price for the quality tooling you get. In my experience, VSCode is not competitive with Jetbrains products. Their products come with su…
> Jetbrains products are free for students, and paid for professional use. In my opinion, the pricing of the product is spot on. My company pays about ~200 euro per seat per year, which is a good price for the quality tooling you get. well, they're in violation of the licence if thats true. The 150€/250€ licence is for private people, companies have to pay 500€/650€. /edit: i guess non of the people that are respondi…
Re: Fleet, a Lightweight IDE from JetBrains
#253My issue has never been the actual cost of JBs products, but rather I have to go and justify myself to a manager to get a license. That's something which of course is not a factor when you're using open source stuff, but maybe I'll still buy this for my personal use. Vs code was supposed to be a lighter weight visual studio, but at this point it's hell bent on becoming just as bloated.
Re: Fleet, a Lightweight IDE from JetBrains
#254Earlier quoted context omitted.
Why? Because I'm a second class citizen in a java IDE. No thanks. The marketing is also quite clear on the target audience https://www.jetbrains.com/idea/features/
Not really, tbh. IntelliJ Ultimate + the Ruby extension is RubyMine with a different name. Likewise with Go and JS, and I'm sure it's the same for php etc. but I can't speak for those. I've used this setup when I was testing out a bunch of languages for fun.
Re: Fleet, a Lightweight IDE from JetBrains
#255Re: Fleet, a Lightweight IDE from JetBrains
#256Earlier quoted context omitted.
Why? Because I'm a second class citizen in a java IDE. No thanks. The marketing is also quite clear on the target audience https://www.jetbrains.com/idea/features/
Not really, tbh. IntelliJ Ultimate + the Ruby extension is RubyMine with a different name. Likewise with Go and JS, and I'm sure it's the same for php etc. but I can't speak for those. I've used this setup when I was testing out a bunch of languages for fun.
Re: Fleet, a Lightweight IDE from JetBrains
#257Earlier quoted context omitted.
I've used Jetbrains products for a long time, both as a student, and later professionally. Jetbrains products are free for students, and paid for professional use. In my opinion, the pricing of the product is spot on. My company pays about ~200 euro per seat per year, which is a good price for the quality tooling you get. In my experience, VSCode is not competitive with Jetbrains products. Their products come with su…
> Jetbrains products are free for students, and paid for professional use. In my opinion, the pricing of the product is spot on. My company pays about ~200 euro per seat per year, which is a good price for the quality tooling you get. well, they're in violation of the licence if thats true. The 150€/250€ licence is for private people, companies have to pay 500€/650€. /edit: i guess non of the people that are respondi…
[0]: https://www.jetbrains.com/store/comparison.html#LicenseCompa...
Re: Fleet, a Lightweight IDE from JetBrains
#258Earlier quoted context omitted.
> Jetbrains products are free for students, and paid for professional use. In my opinion, the pricing of the product is spot on. My company pays about ~200 euro per seat per year, which is a good price for the quality tooling you get. well, they're in violation of the licence if thats true. The 150€/250€ licence is for private people, companies have to pay 500€/650€. /edit: i guess non of the people that are respondi…
That’s the first year pricing, it goes down significantly by the third year. A larger company could potentially negotiate a discount on top of that. Each of their applications can also be subscribed to individualy as well, some for around 200 euros.
Re: Fleet, a Lightweight IDE from JetBrains
#259Little bit offtopic; I try jetbrains ide's every time I get a new laptop; lately Rider for a 1m+ LoC c# project on my 16gb m1. It is unusable. I like the features but it is so incredibly slow... and it gets even slower as the day goes on.
The culprit is the JDK11-based JBR. I was ready to dump JetBrains tools due to their lagginess, but with some deviousness (which might not suit you), I now have them running slipperier than a wet fish, by using JDK15/16 and JAOTC. Instructions are here: https://iam.georgecox.com/2021/11/24/making-jetbrains-ides-r... (I am very keen to tell people who are in the same despair as I was about how slow JetBrains apps are…
Re: Fleet, a Lightweight IDE from JetBrains
#260Whenever I try to use something other than IntelliJ (generally VS Code) I'm always struck by how awful the code completion and auto-imports are. I really hope we can get a lightweight editor with those two functions working properly. However, I don't see how you can do either of those features well without a lot of indexing of the codebase. And indexing is a major reason why IntelliJ so so clunky.