RE: Anyone using rider? 10-15-2020, 11:06 AM
#4
(10-15-2020, 11:03 AM)Bish0pQ Wrote:(10-15-2020, 10:46 AM)phyrrus9 Wrote: Had a quick look, and I am very unimpressed. It appears to be just another version of Eclipse with some plugins and a theme, but they charge you over $100 PER YEAR.
I use VS a lot on my Windows dev machine (the least used). Everywhere else I still use Vi.
Can't blame you, I had the same thing when I had the first look at it. I mean, it's not for everyone, that's for sure.
It's far more than just theming, even though the theming already looks nicer than the one from VS in my opinion.
Are you familiar with Resharper for VS? It does a lot for you and gives info about possible bugs, helps shorten methods, clean-up and way more.
For me personally, it's nice because all of their products are perfectly integrated into each other. Syntax highlighting and suggestions for queries that you write are for example not possible out-of-the box for VS. For Rider it's all right from their Datagrip program built into Rider.
Also unless you are using the community version of VS, VS is actually more expensive than all rider products together.
Great to hear you still use VI, have been wanting to learn it for quite a while now.
I don't like the concept of paying for development tools, especially plugins. I have many years under my belt writing bad code, getting fucked because of it, and learning how to write better code (go look at some of my pre-2010 code and you'll see what I mean). I do sometimes use tools to double check, but those are mostly to take better advantage of new language features in old code.