Earlier quoted context omitted.
Microsoft has the IDE for you already: Visual Studio Code.
Which is 99% atom.io
Project Rider – A C# IDE
171–180 of 252 posts
Re: Project Rider – A C# IDE
#172Earlier quoted context omitted.
Can you be more specific about what you hate? I've been a .NET dev for over 10 years as well, and for all it's faults, VS is one of the best dev environments I've ever worked in.
It's the incredible bloat of the thing. It's weighed down so much by features that I do not want or need. I don't want SQL Server express & all the associated bloat that comes with that. I don't want IIS express and all the associated bloat that comes with that. I don't want freaking Entity Framework and its associated GUI designers. I don't want bloody "Blend for Visual Studio", I thought that crap was dead. I don't…
Re: Project Rider – A C# IDE
#173Does anyone here do C# work on a Mac outside of Unity? If so, what kind of project is it?
Re: Project Rider – A C# IDE
#174Earlier quoted context omitted.
>I particularly don't like being forced to sign in to what should be an offline piece of software. With JetBrains moving to a subscription model for their software won't you end up with the same problem?
Only if you purchase a monthly subscription. If you buy a one year license, you get a perpetual license and you don't have to sign in when. The monthly based subscription require logging in every 30 days or so, but you can also key in the licensing offline with out signing in.
Re: Project Rider – A C# IDE
#175I'm unreasonably excited by this news. ReSharper is already an amazing tool and I'm sure JetBrains can do so much more with complete control over the whole IDE than with a plugin. I've not been very impressed with Visual Studio 2015 so far. I particularly don't like being forced to sign in to what should be an offline piece of software. Also, be careful installing it on an existing system as it will mess up your sett…
Re: Project Rider – A C# IDE
#176I've been a .NET dev for over 10 years now, finally there's an alternative to the huge, monolithic, incredibly bloated Visual Studio, which I've grown to hate with a passion. There have been contenders over the years, monodevelop, sharpdevelop, most recently the OmniSharp plugin with atom.io. This is the first time I can realistically see myself being free from VisualStudio in a professional context.
Re: Project Rider – A C# IDE
#177Re: Project Rider – A C# IDE
#178Earlier quoted context omitted.
Microsoft has the IDE for you already: Visual Studio Code.
Which is 99% atom.io
They both use electron, but Microsoft is baaarely using it for some UI pieces. That's really the only similarity between them.
Re: Project Rider – A C# IDE
#179I'm unreasonably excited by this news. ReSharper is already an amazing tool and I'm sure JetBrains can do so much more with complete control over the whole IDE than with a plugin. I've not been very impressed with Visual Studio 2015 so far. I particularly don't like being forced to sign in to what should be an offline piece of software. Also, be careful installing it on an existing system as it will mess up your sett…
Have you tried this? https://code.visualstudio.com/
Re: Project Rider – A C# IDE
#180Earlier quoted context omitted.
Have you tried this? https://code.visualstudio.com/
That's an editor, not an IDE. It's basically Atom, with some specialized plugins.