TheSwamp

Code Red => .NET => Topic started by: kdub_nz on January 13, 2016, 10:00:25 PM

Title: C# IDE by JetBrains.
Post by: kdub_nz on January 13, 2016, 10:00:25 PM
http://blog.jetbrains.com/dotnet/2016/01/13/project-rider-a-csharp-ide

Quote
Today, at NDC London, we announced a new project that we’ve been working on for a little while – a cross-platform C# IDE, based on the IntelliJ Platform and using ReSharper technology.

very interesting !
Title: Re: C# IDE by JetBrains.
Post by: CADbloke on January 14, 2016, 05:46:23 PM
Wow, interesting. Good to have a choice. See also https://xamarin.com/studio
Title: Re: C# IDE by JetBrains.
Post by: JohnK on January 14, 2016, 07:30:15 PM
Wow, interesting. Good to have a choice. See also https://xamarin.com/studio

You've had a choice (mono develop which is what xamarian studio is built on) for years!
Title: Re: C# IDE by JetBrains.
Post by: kdub_nz on July 31, 2016, 12:06:17 AM
Update :

https://blog.jetbrains.com/dotnet/2016/07/26/rider-the-story-so-far/
https://www.jetbrains.com/rider/
https://www.jetbrains.com/rider/documentation/rider_survival_guide.html

added:
Quote
Rider is still in private EAP, although we are getting ready for a public preview. If you’d like to give it a go right now, please head over to the signup page, and we’ll send you a download link.
Title: Re: C# IDE by JetBrains.
Post by: flyte on August 22, 2016, 04:04:48 PM
Are you guys aware that VS Code is free and cross platform..

(https://code.visualstudio.com/)
Title: Re: C# IDE by JetBrains.
Post by: MickD on August 22, 2016, 04:43:46 PM
Are you guys aware that VS Code is free and cross platform..

(https://code.visualstudio.com/)

Yes

VS Code is a simple code editor, not an IDE. I do use it to open C# files for simple edits or to look at some code but I wouldn't do my development in it.
I've been testing it for Clojure development (as I can build the project from the command line) and it works ok but I found the inbuilt Command prompt a bit sluggish at times.