News

JetBrains Updates ReSharper Visual Studio Extension and Rider, an Alternative .NET IDE

JetBrains, a .NET development specialist, continues to cater to developers who prefer to code in the Visual Studio IDE or those who would rather use an alternative IDE.

For the former, the company announced ReSharper Ultimate 2018.1, a Visual Studio extension. For the latter, JetBrains unveiled Rider 2018.1, a cross-platform .NET IDE.

Rider was introduced last August, using the company's popular IntelliJ IDEA as a shell and incorporating its ReSharper technology for various automated productivity tasks.

Rider lets developers use Windows, Mac and Linux machines with many of Visual Studio's project types, including ASP.NET, .NET Core, .NET Framework, Xamarin and Unity applications. Further matching up with Visual Studio, those project can be written with C#, VB.NET, F#, ASP.NET (Razor), JavaScript, TypeScript, XAML, HTML, CSS, SCSS, LESS, JSON and SQL.

Along with incorporating the latest features from ReSharper and IntelliJ, the Rider release features highlights such as:

  • First-time support for Roslyn analyzers and Entity Framework
  • XAML previews
  • Better Unity integration
  • Improved debugging via a Memory view and other tweaks
  • NuGet improvements such as authenticating against private NuGet feeds
  • Evolving F# support focused on file management, scripting and more

As noted, Rider includes functionality found in the ReSharper extension, which last August added support for .NET Core 2.0, Microsoft's cross-platform, open source, and modular .NET development platform for creating Web apps, microservices, libraries and console applications on Windows, Linux and Mac machines.

ReSharper Ultimate 2018.1, meanwhile, features:

  • A full understanding of the latest ins and outs of C# 7.2, along with enhanced support for previous versions of the programming language
  • Navigation improvements touching upon Go to File Member, searching Recent Files, Search Everywhere and more
  • Improvements to included ReSharper Ultimate tools such as C++, dotCover, dotMemory, dotPeek and dotTrace.

More information, including pricing, can be found here for Rider and here for ReSharper.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube