What's New in Visual Assist

General Release Build 2026.3 (2610)

Requires active software maintenance through general release date: 2026.04.03

Visual Assist 2026.3 released
NEW Change Code (VA Intelligence): Use AI to transform selected code using natural language.
  • Select a block of code and describe the change you want
  • Preview results in a built-in diff view before applying
  • Supports a wide range of transformations (refactoring, optimization, restructuring)
  • Designed for flexible, exploratory workflows
NEW Added support for .hlsli files (HLSL includes)
️NEW Improved Diff View behavior when using AI

Summary:

Visual Assist 2026.3 expands VA Intelligence with Change Code.

This release introduces a major expansion of AI-assisted workflows through a new Change Code function added under VA Intelligence. This allows developers to iteratively modify code using natural language with full diff visibility.

Alongside this, the release also features:

  • Added support for .hlsli (HLSL) includes
  • Performance improvements for Unreal Engine macro parsing and expansion
  • Stability fixes (startup timing, memory leak, plugin compatibility)
  • Small but meaningful UX refinements, particularly around AI interactions and configuration workflows

Overall, this release will set the tone for where we’re taking our AI-assisted workflows. It’s also a stability release, inspired by users who submitted bug reports and issues.

As always, we appreciate everyone sharing feedback. If you haven’t tried it, try our new AI assistant chatbot to get quick answers based on the official documentation, or to get access to the support team.

If you have any comments, suggestions, or encounter any errors, please send us a message or start a thread on our Discord.

Bug fixes:

  • Improved macro expansion performance, especially in Unreal Engine projects
  • Fixed memory leak that could accumulate over time
  • Fixed crash when using TabsStudio alongside Visual Assist
  • Fixed crash caused by early feature access during Visual Studio 2019 startup
  • Fixed issue where fuzzy search could return incorrect results
  • Fixed issue where pressing Ctrl could trigger the legacy options dialog
  • Improved paste behavior in C/C++ Custom Directories:
    • Multi-line paths now correctly create separate entries

General Release Build 2026.2 (2602)

Requires active software maintenance through general release date: 2026.02.06

UPDATE Fixed issue where the installation could fail in some circumstances.
Visual Assist 2026.2 released

Summary:

Visual Assist Build 2026.2 comes early with important fix.

This focused release fixes an installation failure that could occur when installing Visual Assist via its Visual Studio VSIX package. If you experienced installation errors or failures with the previous build, this update resolves that issue.

We recommend all users update to 2026.2 to ensure a smooth installation experience.

As always, we appreciate everyone who reports issues and shares feedback. Your input helps us respond quickly to critical issues like this. If you have any similar concerns or suggestions, please send us a message or start a thread on our Discord.

Bug fixes:

  • Fixed issue where the installation could fail in some circumstances when installing via VSIX.

General Release Build 2026.1 (2598)

Requires active software maintenance through general release date: 2026.01.16

NEW Deep analyze macro by expanding with Clang on hover.
UPDATE Updated remaining UI dialogs that were not refreshed in the previous release.
NEW Local AI responses now stream progressively instead of waiting for the full response to complete.
NEW Local AI response splitter now recalls its position between queries.
Visual Assist 2026.1 released!

Summary:

Visual Assist Build 2026.1 brings smarter insights and smoother experience.

We're starting 2026 with improvements largely based on user feedback from our previous releases. These changes are designed to give you more speed and power while keeping Visual Assist fast and unobtrusive.

Deeper macro understanding: Ever wondered what's actually hiding inside a complex macro? Originally a feature requested by a user in Unreal, we’ve now improved it further so you can hover over any macro to see its full Clang expansion. No more guessing at preprocessor magic.

Modernized dialogs across the board: We've refreshed the remaining UI dialogs that were not included in the previous update. This completes a polished, more consistent experience and visual interface when accessing VA features.

Realtime responsive AI: Visual Assist’s Local AI responses now stream progressively, so you see answers forming in real-time rather than waiting for the full response. The response splitter also remembers its position between queries, making back-and-forth conversations feel more natural.

More reliable, more consistent: This release also addresses key stability and accuracy issues across navigation, search, and code completion—including full compatibility with Visual Studio 2026 and improved parsing reliability.

Head on to our complete release post for more information about what these new additions do and how to access them.

As always, we appreciate everyone reporting issues and sharing feedback. The input helps us prioritize big ticket items to include in subsequent releases. If you have any comments, suggestions, or encounter any errors, please send us a message or start a thread on our Discord.

Bug fixes:

  • Fixed crash when opening a project in Visual Studio 2026.
  • Fixed an issue where Open File in Solution results could change after closing and reopening the dialog.
  • Fixed issue where functions defined after certain string operations could be missing from Find Symbol in Solution (and more).
  • Fixed issue where accepting Smart Suggestions would not include generic parameters in C#.