JetBrains supports .NET development with Rider, a .NET IDE based on the IntelliJ platform and ReSharper.
$149
per year per user
Vim
Score 8.3 out of 10
N/A
Vim is an open source configurable text editor.
N/A
Pricing
JetBrains Rider
Vim
Editions & Modules
For Individuals
$149
per year per user
dotUltimate for Individual
$169
per year per user
All Products Pack for Individuals
$289
per year per user
For Organizations
$419
per year per user
dotUltimate for Organizations
$469
per year per user
All Products Pack for Organizations
$779
per year per user
No answers on this topic
Offerings
Pricing Offerings
Rider
Vim
Free Trial
Yes
No
Free/Freemium Version
No
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
dotUltimate: All .NET tools, ReSharper C++ and JetBrains Rider, together in one pack
—
More Pricing Information
Community Pulse
JetBrains Rider
Vim
Considered Both Products
Rider
Verified User
Anonymous
Chose Rider
Main difference between JetBrains Rider and Microsoft Visual Studio or the Visual Studio Code is the Find References tab that is more dynamic, customizable, filterable, among other features. I prefer the git integration of JetBrains Rider because it seems to deliver the …
It’s a great free tool but not as enhanced as IntelliJ platform that JetBrains Rider has. Debugging and access to database is not as comfortable to use. Sure, you can save money on IDE, but may need to spend it on sleeping and stress relief pills.
It helps you develop and not have to think too much about some things because of the IntelliSense support for Unreal (that others don't have) and it has a quick search with multiple types as well. Visual code has an ok search, but no IntelliSense, Visual Studio has a slow …
JetBrains Rider provides better refactoring suggestions and support than Visual Studio, and uniquely, it provides specific recommendations for the Unity engine.
Rider (and the entire IntelliJ suite) has been my preferred IDE for years. Visual Studio is wonderful as well, but Rider just keeps ahead in the important features. More importantly, both IDEs provide healthy competition and I only see this getting better.
Rider is hands down smoother and way less glitchy than Visual Studio Enterprise. There are way more refactoring capabilities and spell check so that your code is readable, maintainable, and easy to follow. Since Rider is cross-platform, our developers are no longer constrained …
Notepad++, while being a great editor, is very easy to get familiar with. However, being a serious developer, having the most efficient tool is much more important than having an easy tool. Vim’s speed is very much faster than that of notepad++. Moreover, the amount of plugins …
I prefer Vim simply because it's as simple as apps like Notepad, Notepad++, or gedit, but as feature rich as Microsoft Visual Studio. The startup time is quick, the response time is quick, it never freezes. Vim always "just works." Vim can be downloaded in a few seconds (if …
I spent some time learning emacs at one point and found it to have a much larger surface area of required knowledge before being productive. They are similar in that the interface is somewhat "hidden" behind keybindings and commands, but Vim's modal model makes more sense to me …
It is hard to compare Vim to many other packages in the developer's stack of tools. It mainly does one thing, edit text, and does it better than anything else. For instance, you can't really compare it to Visual Studio Code because VS actually has a Vim plug-in so you can …
Vim is a text editor that strives for simplicity. It does that well, but when you need something at the next level, take a look at the above two. Visual Studio Code is a fantastic, free code editor that makes most of my workflow easy.
Vim's keybindings are a lot more complex than Notepad++. With that, comes a whole bunch of capability that Notepad++ just can't match. Emacs is comparable, in terms of capabilities--because Vim is built into so many unix systems, I chose to learn it instead of Emacs. Knowing …
I use Vim for specific use cases and others for their own purposes but all of them are being used at my work every day. Vim has its pros like it's free/open source, has a mouse free interface, is lightweight and fast, and once learned is hard to forget.
I think it's the best IDE nowadays for game development, mainly in Unreal, but it's also the best one in cost/benefit for Unity. It might not work for people who prefer a more lightweight IDE, it's still pretty heavy and its indexing takes around 2~3GB of ram, but it's worth the quick indexing and IntelliSense.
If you're doing any sort of text editing, you should consider Vim--once you climb the learning curve, you'll be faster and more efficient at everything you do. Also, Vim is my default search/replace tool--whenever I need to make changes throughout a document, most often, I'll copy and paste into a Vim window so that I can take advantage of regexp-based replacements. Vim isn't for the faint of heart, though--it's hard to learn and super complex. If you use a text editor once or twice a month, or just need a simple way to strip out formatting, Notepad will get you where you want to go without all the confusion.
Helps you refactor your code into more readable and more efficient code.
Highly customizable UI, including color themes, shortcut key remappings, and the ability to put any Window, Toolbar, or Docked tab anywhere you want, even on second screens. Additionally, this functionality can be customized per project, not just globally for the whole machine.
More control over Git. Visual Studio just has the basics, but mostly all that is needed is for git repositories. It gets the job done., but Rider takes it one step further and gives you most of what you can do on the command line's simple, easy to access menu options.
If you use TeamCity, then you have complete and full integration into your TeamCity build server!
You can double tap your control key and get a quick pop up to instantly run any command. Double tap shift and you can search your entire project, filenames, AND text and filter that search!
It's easy to learn while still advanced. It has smart tricks up it's sleeve that you have to find out but that is to be expected. It has a modern new UI that some will find too compact, but it took me just a day to like it more than to switch back.
I don't consider the steep learning curve to be a hinderance on the overall usability. I would rate this a ten, but to be honest a lot of people do get hung up at the beginning and just abandon it. However, for people who have made the moderate effort to get over the hump, nothing can be more usable.
The support forums and knowledge base are extensive and the JetBrains support staff respond quickly to new posts and help resolve issues. There is also a publicly accessible issue tracking system, which allows you to stay on top of any bug fixes or enhancement requests.
The support is somewhat lacking; Vim doesn't really have support outside of its forums. The forums, while notably good, aren't equal to real support though, and the steep learning curve makes you wish there was a help desk that would assist with all of the basic questions. There are several handy books and guides that can be found, and most implementations of the product come with "vitutor" which walks you through its usage.
It’s a great free tool but not as enhanced as IntelliJ platform that JetBrains Rider has. Debugging and access to database is not as comfortable to use. Sure, you can save money on IDE, but may need to spend it on sleeping and stress relief pills.
I think it comes down to usability (and frankly, just preference). There's an old adage that Emacs is a good Operating System with a poor Text Editor! Jokes aside, when looking at different text editors, such as Emacs or Nano, Vim is the one that is usually always preferred because of how simple it is to learn. The learning curve of Vim compared to other text editors just makes it such a natural choice.