General Release Build 2024.5 (2528)

Requires active software maintenance through general release date: 2024.06.24

NEW Greatly improved Find References performance. (Yes, again!)
NEW Flexible enterprise licensing support.
UPDATE Fixed Find References crash that could happen in some cases (notably, in Unreal Engine 4.2x)
Visual Assist 2024.5 released!

Summary:

VA 2024.5 is here and is available to download!

Say goodbye to sitting around waiting for search dialogs to finish. VA 2024.5 features yet another round of performance improvements to Find References. Similar to earlier versions, this affects all reference-finding functions such as Rename, Change Signature, Implement Methods and more.

We also include a new type of enterprise licensing intended for simplicity and ease of administration and deployment. Please contact sales for more information.

Lastly, a stability fix for an issue observed with Unreal Engine 4.2. This is associated with the previous update to Find References. While fixing this, we discovered a further way to improve performance in the feature.

Bug fixes and improvements:

  • Fixed a crash observed with Unreal Engine 4.2. The issue was related to Find References, and the fix also improved performance in the feature.

General Release Build 2024.4 (2522)

Requires active software maintenance through general release date: 2024.05.31

NEW Support for devices using ARM CPUs!
NEW Support for using '/' as a path delimiter.
Visual Assist 2024.4

Summary:

VA 2024.4 is here and is available to download!

It’s our pleasure to announce a major addition to Visual Assist—supporting ARM!

The highlight of Visual Assist 2024.4 is our new support for Windows ARM devices. This means that Visual Assist is now fully compatible for those of you running Windows on ARM, including in VMs on Apple Silicon, on Surface or Snapdragon devices, and more.

This is a completely new front for us, and we would like to know more about how we can improve the experience for Windows ARM users. If you’re part of the group that would benefit from this update, please let us know more by answering this short survey.

We first asked our community about ARM support some time ago. Since then, we’ve seen growing interest and customer requests – and we’re happy to deliver! We believe that wherever Visual Studio is, Visual Assist should be also, and we’re delivering that with Windows ARM support.

Also in this release: We’ve added support for using a front slash as a path delimiter in our search windows. This is to minimize confusion and add a bit of flexibility depending on your preference.

For a more complete explanation of the release and more information about bug fixes, head on over to our announcement blog.

Bug fixes and improvements:

  • Fixed issue where std::tuple would not be recognized in some cases.
  • Fixed Move Class to New File jumping to a new file before showing the dialog.
  • Fixed broken Discord invite link.

General Release Build 2024.3 (2520)

Requires active software maintenance through general release date: 2024.05.02

NEW Greatly improved find references results speed.
NEW Features that locate references also improved as a result of the change above.
NEW Enabled support for CUDA source files (Beta finished)
NEW Move entire class to new files with "Move Class" (Beta finished)
NEW Create File now allows you to specify a directory.
NEW Move Implementation will now run Create File immediately if no suitable target is found.
UPDATE Syntax coloring and feature performance for C# are now more responsive.
Visual Assist 2024.3

Summary:

VA 2024.3 is here and is available to download!

More performance coming your way! Visual Assist 2024.3 brings dramatic improvements to the performance of Find References. Our tests show that a query that usually takes 38 minutes using default Find References, now only takes about 5 minutes in Visual Assist 2024.3. Consequently, this also improves the performance of features that rely on locating references.

Also in this release: key features exit their beta phases. CUDA core development support and the Move Class feature are now classified as stable and enter general availability. Try them out now!

Last of our highlights: great news for C# users. Syntax coloring and basic features have been reoptimized and should be working much more responsive now.

Bug fixes and improvements:

  • Fixed issue where Move Implementation would not move the implementation if a new file needed to be created.
  • Improved editor performance when editing C#.
  • Fixed Add Include issue where C headers would sometimes be added instead of their C++ counterparts.
  • Fixed issue where Move Class to New File would sometimes not be offered near macros.