惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
博客园 - 司徒正美
Last Week in AI
Last Week in AI
博客园 - 聂微东
Jina AI
Jina AI
月光博客
月光博客
爱范儿
爱范儿
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 叶小钗
T
Tailwind CSS Blog
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
有赞技术团队
有赞技术团队
罗磊的独立博客
小众软件
小众软件
雷峰网
雷峰网
IT之家
IT之家
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Visual Studio Blog

The JetBrains Blog

Kotlin Turns 15: Celebrate the Kotlin Effect - The JetBrains Blog PhpStorm 2026.2 is Now Out - The JetBrains Blog Key Takeaways From PHPverse 2026 - The JetBrains Blog What's New in IntelliJ IDEA 2026.2 - The JetBrains Blog What’s fixed in IntelliJ IDEA 2026.2 - The JetBrains Blog CLion 2026.2 Is Here - The JetBrains Blog DataGrip 2026.2: AI Agent Skills, MCP Tools and CLI Commands for Data Source Management, Bundled JDBC Drivers, and Improved Session Control - The JetBrains Blog Download WebStorm 2026.2: TypeScript 7 Support, AI, and more GoLand 2026.2 Is Now Available! - The JetBrains Blog Code in Space: Redefining Tech Creation with AI and XR - The JetBrains Blog Rider 2026.2 Release Candidate Is Out! - The JetBrains Blog ReSharper 2026.2 Release Candidate Released! - The JetBrains Blog JetBrains GameDev Days 2026 – Call for Speakers - The JetBrains Blog MPS 2026.1 Has Been Released! - The JetBrains Blog IntelliJ Scala Plugin 2026.2 Is Out! - The JetBrains Blog Debugging for .NET in VS Code and Cursor: The #1 Requested Feature Is Here - The JetBrains Blog dotInsights | July 2026 - The JetBrains Blog The History of Kodee, Kotlin’s Mascot - The JetBrains Blog JetBrains Academy – June Digest - The JetBrains Blog Introducing the Kotlin Benchmark for AI Coding Agents - The JetBrains Blog Best Object Detection Models for Machine Learning in 2026 - The JetBrains Blog What's Next for TeamCity – CI/CD by JetBrains - The JetBrains Blog The Benchmark Meaning Gap - The JetBrains Blog JetBrains AI for Teams and Organizations: From Fragmented AI Usage to Coordinated Software Development - The JetBrains Blog Java Annotated Monthly – July 2026  - The JetBrains Blog Shift-Left with JetBrains Qodana Natvis Comes to Linux and macOS: Visualize Your C++ Types Without Writing a Single Data Formatter - The JetBrains Blog Speaking to AI Agents like Cavemen Saves 65% of Tokens. We Test. In Conversation With the Golden Kodee Winners - The JetBrains Blog Toolbox App 3.6: Smarter Storage Cleanup, Windows installation diagnostics, and More - The JetBrains Blog
What's New in ReSharper 2026.2 for VS Code-compatible edi...
Alexander Kurakin · 2026-07-13 · via The JetBrains Blog
Dotnet logo

Essential productivity kit for .NET and game developers

.NET Tools Releases

The last couple of months have been busy ones for ReSharper across VS Code and compatible editors. Between the 2026.1 and 2026.2 releases, we’ve been steadily sharpening the everyday .NET experience – from tracing how your data flows, to navigating call chains, to keeping your project structure front and center.

This post is a tour of those improvements. And yes, they all work across every VS Code-compatible editor, including VS Code, Cursor, Google Antigravity IDE, Devin Desktop, and Kiro.

Debugging has arrived

Before we get into the day-to-day refinements, there’s one release note that deserves its own spotlight. With 2026.2, the most requested feature is finally live: debugging.

Built on the same core debugging engine that powers JetBrains Rider, the initial debugger lets you set breakpoints, inspect variables and expressions in real time, step through your code, and launch or attach to .NET processes – all without leaving your editor.

Because it’s a big topic in its own right, we’ve given it a dedicated write-up. If debugging is what you came for, head straight there:

Read the full debugging announcement →

For everything else we shipped in this release cycle, read on.

Trace how data actually moves

We introduced value tracking, a feature that helps you stop guessing where a value comes from or where it goes. Instead of manually tracing assignments through constructors, properties, and async boundaries, you now get a live visualization of value flow directly in this view. Use Show Value Origin to instantly see where a value comes from, and Show Value Destinations to understand where a value is used further.

This feature is particularly useful for resolving NullReferenceException and unexpected state changes right at design time, without even launching a debugger.

Navigate call chains and inheritance like a pro

The Call Hierarchy and Type Hierarchy views are now fully populated by the ReSharper engine. Whether you’re tracing how a method invocation ripples through a codebase or exploring which classes inherit from a base type, you can now:

  • Toggle between incoming/outgoing calls or supertypes/subtypes.
  • Navigate directly with a single click.

Project structure improvements

Unlike the recent changes in the C# Dev Kit extension, we retained and continued enhancing the solution explorer to keep your project structure front and center:

  • NuGet package versions: Installed NuGet package versions are now displayed inline in the tree, making dependency audits and version conflicts impossible to miss.
  • Service folders: Service folders like Properties and wwwroot are automatically pinned above standard folders, giving you visual priority exactly where you need it.
  • Faster project integration: The new Add Existing Project context menu option eliminates the friction of bringing external code into your solution.

These aren’t cosmetic tweaks. They sharpen one of the most important views in your .NET workflow.

New to ReSharper?

If this is your first time hearing about ReSharper for VS Code-compatible editors, the original announcement post covers the basics.

Share your thoughts!

We’re excited to bring these new features to you and look forward to your feedback! Please leave any questions, comments, or other feedback below this post. If you encounter any issues, please report them directly to our YouTrack tracker.

If you find this update valuable, we would greatly appreciate it if you could take a moment to leave a review on the marketplace. Your feedback helps other members of the .NET community make informed decisions and ensures that we continue to improve based on user needs.

Thank you for your support!

Subscribe to a monthly digest curated from the .NET Tools blog:

Discover more