NewsTips and Tricks

Visual Assist’s AI Assistant: Things You Can Do with VA Intelligence Right Now

If you’ve been following Visual Assist for a while, you might have noticed something a little different about the last few releases. Alongside the navigation improvements, refactoring updates, and parser optimizations, there’s a quieter but important thread running through it all: VA Intelligence. We introduced Explain with AI a few releases back, and with 2026.3 we just shipped Change…
Read more
Webinar Recap

Break Free from IntelliSense Hell with Visual Assist: Learn UE5 C++ Development Techniques [Webinar Recap]

This is the third session in the webinar series on Unreal Engine 5 workflows with Assembla and Visual Assist. Chris Gardner, lead developer at Whole Tomato Software, challenges conventional wisdom about when to use C++ versus Blueprints and demonstrates how Visual Assist solves critical pain points in Unreal Engine C++ development. ? Watch the live demo replay here. The Blueprint vs C++…
Read more
Build Announcements

Visual Assist 2025.3 release post

Visual Assist 2025.3 is now public and available to download.  This release improves developer experience by updating the feedback UI when using some of our added features from recent releases. We’ve also updated our options dialog’s look and feel alongside some of line…
CommunityTips and Tricks

C++ Modules: What it promises and reasons to remain skeptical

TL;DR C++ Modules, introduced in C++20 and expanded in C++23, aim to replace the traditional #include a system with a more efficient and structured approach. By compiling code once and importing it where needed, modules reduce redundant parsing, improve build times, and create cleaner, more maintainable dependencies especially in large-scale projects. However, despite these advantages, adoption in…
Read more
Build Announcements

Visual Assist 2025.1 release post

VA 2025.1 enhances usability with smarter navigation, better C++ module support, and more flexible refactoring options. The updated first-run dialog, configurable test snippets, and a refreshed UI improve the overall experience. Additionally, several key fixes address…
Tips and Tricks

How to Query File Attributes 50x faster on Windows

Imagine you’re developing a tool that needs to scan for file changes across thousands of project files. Retrieving file attributes efficiently becomes critical for such scenarios. In this article, I’ll demonstrate a technique to get file attributes that can achieve a surprising speedup of over 50+ times compared to standard Windows methods. Let’s dive in and explore how we can…
Read more