Visual Assist 2023.6

Released: Nov 24, 2023

Updates in 2023.6

Features

  • You can now use inexact searches with new Fuzzy Search logic in 'Find Symbol' and 'Open File' dialogs.
  • Added the ability to move an entire class to a new (pair) of files with 'Move Class'.
  • You can now instantly share code snippets via email, GitHub, and more using new 'Share with Team Member'.
  • Improved parser support for constexpr, consteval and constinit (C++20).
  • Improved support for braced initialization lists/uniform initialization (C++11).
  • Added a new Code Inspection which can call out 'Magic Numbers'.
  • You can now use Ctrl+A to select all items in Find Symbol and Open File dialogs.
  • File exclusions in your ".vscode\settings.json" config are now respected when opening a solution.
  • Quotation marks are now added by default when using 'Add Include' in an Unreal Engine project.
  • The parser now better understands Unreal Engine 5.0 types, such as FVector.
  • Code Inspections option dialog now displays more quickly.
  • Improved Unity engine auto detect logic to reduce false positives.

Fixes

  • Fixed multiple issues with file exclusion logic when reading from ".vscode\settings.json" configs.
  • Fixed Create from Usage behavior when used inside const inline methods.
  • Fixed coloring of [[fallthrough]] marked enum items.
  • Attempted to fix rare temporary hang when debugging C# Unity projects.