릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.
1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
Visual Assist 2026.42026년 6월 30일
기능
Refreshed installer with a cleaner, modernized look.
Smoother, faster initial parse on first open.
Updated Clang for current language support.
수정 사항
Fixed a crash in the debugger that could occur when typing $.
Fixed an Include Cleaner code inspection issue where it wouldn't work correctly on the first line of a source file.
Fixed a text-rendering issue in the Navigation Bar that could appear with a non-standard environment font.
Fixed the About page so copied info matches the format shown elsewhere.
Visual Assist 2026.32026년 4월 3일
기능
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).
Added support for .hlsli files (HLSL includes).
Improved Diff View behavior when using AI.
Improved macro expansion performance, especially in Unreal Engine projects
Improved paste behavior in C/C++ Custom Directories: Multi-line paths now correctly create separate entries.
수정 사항
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.
Visual Assist 2026.22026년 2월 6일
수정 사항
Fixed issue where the installation could fail in some circumstances when installing via VSIX.
Visual Assist 2026.1주요 버전2026년 1월 16일
기능
Enhanced Macro Expansion with Clang Integration
Update to the macro expansion: Clang-powered resolution.
Originally introduced based on a request from an Unreal Engine developer, the macro expansion feature allowed VA to display macro definitions when hovering - particularly valuable when working with complex preprocessor directives in large projects or for users who disabled IntelliSense to maximize performance on large codebases.
When you hover over a macro, Visual Assist now shows you both VA’s parser resolution and Clang’s expansion side-by-side. This gives you the most complete picture of what a macro actually does, regardless of complexity.
The tooltip now includes:
Formatted code with proper indentation.
Syntax highlighting for better readability.
Both resolutions suggested by VA’s and Clang’s parser.
How to use it: With IntelliSense disabled, simply hover over any macro definition in your code. The enhanced tooltip appears automatically, showing you the complete expansion with clear formatting.
Completed UI Update
Consistent visual theming across all Visual Assist interfaces.
Better high-DPI support for modern displays.
Cleaner layouts with improved spacing and hierarchy.
More intuitive interaction patterns.
Realtime AI Response
Responses stream in real-time as they’re generated. You can start reading the explanation immediately, even while the AI continues processing the rest of your query.
This makes Local AI interactions feel more natural and conversational, similar to how you’d experience modern AI chat interfaces. For complex code explanations or longer responses, the difference is particularly noticeable.
How to use: VA Intelligence requires compatible GPU hardware and must be explicitly enabled in Visual Assist options. Learn more about setup requirements.
Note: This enhancement maintains VA Intelligence’s core principle - all processing happens locally on your GPU. No code leaves your machine, ensuring your intellectual property remains private and secure.
Persistent AI Splitter Position
The response splitter now remembers its position between queries.
When you’re working through multiple code explanations or having an extended conversation with VA Intelligence, you likely adjust the splitter to create your preferred layout. Previously, this position would reset each time you started a new query, forcing you to readjust repeatedly.
Now, VA remembers your preference and maintains the splitter position across sessions. It’s one of those subtle improvements that reduces friction in your workflow - you set it once and focus on your code.
수정 사항
Fixed issue where accepting Smart Suggestions would not include generic parameters C#. This particularly affected developers working with generic types and collections - the suggestion system now correctly expands the full generic syntax.
Fixed crash when opening a project in Visual Studio 2026.
Fixed issue where Open File in Solution results could change if you closed and re-opened the dialog.
Fixed issue where functions could be missing from Find Symbol in Solution (and more) if defined after certain string operations.
Resolved a compatibility issue between Visual Assist and GitHub Copilot where users couldn’t accept Copilot’s inline suggestions when VA was enabled.