JetBrains readies a cross-platform C# IDE

14.01.2016
JetBrains is developing a cross-platform IDE for C# that could serve as a potential rival to Microsoft's own Visual Studio IDE.

Code-named Project Rider, the IDE constitutes a .Net IDE from JetBrains and leverages the company's IntelliJ and ReSharper development technologies. Early features include smart navigation and a range of editing features, including typing assist, code inspections, refactorings, and a decompiler.

"Project Rider is a stand-alone IDE built on the IntelliJ Platform, much like WebStorm, DataGrip, and our other IDEs," JetBrains' Matt Ellis said in a blog post this week. "The difference, however, is that instead of re-implementing ReSharper's features on the IntellIJ platform, which runs on the JVM, we're using ReSharper in a headless mode, out of process, and communicating with it via a very fast custom binary protocol." The back end of Project Rider is written in C# running on .Net or Mono; the front end is written in Kotlin, talking to the IntelliJ platform's APIs. ReSharper serves as JetBrains' Visual Studio extension, analyzing code quality and providing quick fixes.

Project Rider's licensing model is still being worked out, although Ellis claims a pricing model will be released soon. A private early-access program is planned for late February. "We're starting out on the road to 1.0. We're confident of the architecture and believe we've built a good foundation to implement the features we want to see in a 1.0 release. We've got a lot of functionality already implemented, but we've still got a lot that we need to build."

JetBrains is developing Project Rider because it wants to provide choice, Ellis said. The company has been working for several years to allow ReSharper to function in different environments separately from Visual Studio. Regarding support, there are no announcements for Visual Basic or F# in Project Rider at this point, but CoreCLR is in the plan.

Project Rider will result in increased efforts in ReSharper. "ReSharper is still the No. 1 extension for Visual Studio and one of our flagship products," Ellis said. "The fact that Project Rider is using ReSharper reinforces our commitment to ReSharper, as any updates to ReSharper mutually benefit not only ReSharper but Project Rider also. In addition, we're hoping some of the work we've put into Project Rider can feed back into ReSharper."

(www.infoworld.com)

Paul Krill

Zur Startseite