Visual Assist Versionen

Erfahren Sie, was sich in den einzelnen Releases geändert hat – mit Details zu Funktionen, Verbesserungen und behobenen Problemen.

Jan
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt
Nov
Dez
Visual Assist 2026.430. Juni 2026
Funktionen
  • Refreshed installer with a cleaner, modernized look.
  • Smoother, faster initial parse on first open.
  • Updated Clang for current language support.
Korrekturen
  • 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.33. Apr. 2026
Funktionen
  • 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.
Korrekturen
  • 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.26. Feb. 2026
Korrekturen
  • Fixed issue where the installation could fail in some circumstances when installing via VSIX.
Visual Assist 2026.1Hauptversion16. Jan. 2026
Funktionen
  • 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.
Korrekturen
  • 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.