The pricing page says the Free version collects anonymous data. I understand the paid versions don’t. Does it say anywhere the kind of anonymous data that is collected in the Free version?
Rider is now free for non-commercial use
321–330 of 435 posts
Re: Rider is now free for non-commercial use
#322What makes it tailored for .Net and games? Does that mean it's less appropriate for other types of development? For example, I'm using VS Code to work on a back-end based on Deno, which has a plug-in for VS Code. Would I find Rider a less-hospitable development environment?
Like VS, Rider will also do C++. In fact, CLion (their purpose built C++ IDE) is now running on Rider's backend. I'm sure that makes Rider very powerful for C++, but I haven't really tried.
Rider is bar none the best IDE I've used and I've been subscribed for six or seven years now.
Re: Rider is now free for non-commercial use
#323Earlier quoted context omitted.
I really, really wanted to like and use their IDEs (esp their Ruby 'intellisense' or w/e), but the lack of popular theme support kind of killed it for me. I wanted my IDE to look like my VSCode editor, but, at least a few years ago, that wasn't really possible since iirc there were only a handful of theme options.
They revamped the IDE a while back, it now feels much more VSCode-esque. Theming has moved on a fair bit too...
biggest mistake they have made in a while.
Re: Rider is now free for non-commercial use
#324Genuine question with an open mind: why would I use this and not vscode? I know people complain about lag in vscode but I have personally never experienced/noticed any. So with that in mind what does rider give that vscode cannot?
It's difficult to quantify, but to me (large C# & TS projects) the difference between working in Rider vs VSCode is the difference between Notepad and VSCode. The difference is big. Also, often I think to myself "I wish feature X was available", only to find that it is and has been for a while in Jetbrains products.
There's no real need for any plugins because everything I need for my workflows is included out of the box.
It even has support for build agents in docker or bare metal either locally or remote. It includes remote GDB debugging. I can with a single button launch a docker container on a remote server which cross-compiles, uploads the binary to my tablet, launches the app with GDB attached and gives me normal debugging tools including breakpoints and a console. All out of the box with no dependencies required apart from docker.
Re: Rider is now free for non-commercial use
#325Regarding free non-commercial use in Jetbrains you need to accept that you'll get checked (not specified how, but I guess they will scrape your HDD? Or what? It’s also important to note that if you’re using a non-commercial license, you cannot opt out of the collection of anonymous usage statistics. This is similar to our Early Access Program (where statistics is opt-out) and in compliance with our Privacy Policy
It's the dreaded T-word: telemetry. The same sort of thing people get up in arms about in Windows but JetBrains will get a pass here.
Mandating telemetry for the free version makes a lot of sense. They want to understand how people are using their software so they can improve it. Looking at how someone uses your software before they decide not to buy it seems pretty valuable.
But also I suspect Jetbrains management wants more telemetry period. They've discovered that they don't know how power users work with their software because they've all had telemetry off for years.
Re: Rider is now free for non-commercial use
#326There are a few privately owned companies that amaze me: JetBrains, Valve among the top. Somehow they have a much better value/user and make reasonable decisions: counter intuitive to investors/shareholders but insanely intuitive to their users. I am sure the public market has made the general public reap the rewards of large companies (kudos!) but some of the privately owned companies are absolutely kicking ass to s…
I go pretty heavy on Jetbrains products, but they have stirred up the dev community a few times chasing things seen as investor friendly. In particular when they shoved their AI plugin as a required plugin with carried an obnoxious upsell nag. In general they've also spread themselves out across a ridiculous number of products where I'd prefer if they just focused on making their current stuff work (and not discontin…
Making Rider free to try is the correct strategy for them. Obviously they want to compete directly with VSCode, but they're burning a lot of good will in their existing customer base in the process.
Re: Rider is now free for non-commercial use
#327Re: Rider is now free for non-commercial use
#328Genuine question with an open mind: why would I use this and not vscode? I know people complain about lag in vscode but I have personally never experienced/noticed any. So with that in mind what does rider give that vscode cannot?
The old saying: there are no IDEs, only code editors and Jetbrains products.
Re: Rider is now free for non-commercial use
#329Earlier quoted context omitted.
JetBrains IDEs are all the same program just bundled with different language plugins. It would be like if you called VSCode by a different code name depending on which combination of extensions you had installed.
Not entirely. E.g. IntelliJ has a "project environment" modal (not sure about the exact name rn), in pycharm its part of the settings and a bit different. There are a few more things like this between the IDEs.
And they present them as "just" a dedicated UI around the plugins.
But no, they are not actually the same. Essentially ever. The dedicated IDEs often have features that never make it into their plugins, and a lot of the UX and project structure/preferences/etc are quite specialized and don't always have equivalents outside it. You get like 90-95% with the plug-in, but not 100%, and sometimes that's a critical difference.
The plugins do have the distinct benefit of allowing you to use multiple in a single project, though.
Re: Rider is now free for non-commercial use
#330What makes it tailored for .Net and games? Does that mean it's less appropriate for other types of development? For example, I'm using VS Code to work on a back-end based on Deno, which has a plug-in for VS Code. Would I find Rider a less-hospitable development environment?
It has plugins that integrate with Godot and unity. Otherwise it's just a regular IDE. It also includes a WISYWIG editor for WPF apps if you care about that. Like VS, Rider will also do C++. In fact, CLion (their purpose built C++ IDE) is now running on Rider's backend. I'm sure that makes Rider very powerful for C++, but I haven't really tried. Rider is bar none the best IDE I've used and I've been subscribed for si…
As far as C++ goes, I wonder (based on the info you've provided) what CLion offers that Rider doesn't.