Introduction
C++ has never been afraid of complexity—but even for a language known for performance and control, the #include system has seemed like a bygone from another era.
Modules in C++ were a long-awaited upgrade aimed at cleaning up the mess of includes, speeding up build time, and making large-scale C++ development a bit less painful.
Standardized in C++20 and expanded in C++23, modules…
Visual Assist 2025.1 release post
March 31, 2025
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…
Introduction
Think about this. Have you ever thought about two things at once? If you reflect a bit, our brains are super complex but they only focus on one train of thought. Sure, a lot can happen subconsciously, but you can only be conscious about a single thing—you…
Visual Assist 2024.9 release post
December 31, 2024
Happy Holidays! Visual Assist 2024.9 makes its way to general availability this holiday season!
This update introduces a key update to Find References and a new refactoring. We are also introducing a new way to experience Visual Assist—more on this below! And of course, thanks to your feedback, we also have bug fixes and general QoL improvements.
Visit our website page and download the release…
Don’t you wish your code came with an undo button for every mistake? So do all developers who accidentally pushed a bug into production!
But we got the next best thing: Unit testing. This webinar will show you how to stop breaking your codebase (and your spirit) by writing…
How to Query File Attributes 50x faster on Windows
November 14, 2024
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…
Introduction
When programming game elements in Unreal, developers have two main options: develop using Unreal’s visual blueprint system or develop using the C++ language.
The Blueprint system in Unreal Engine is a powerful visual scripting tool designed to help developers create gameplay mechanics without needing to write traditional code. Introduced in Unreal Engine 4 to make game development…
Visual Assist 2024.7 release post
October 1, 2024
We are excited to announce the release of 2024.7 of Visual Assist! This update introduces several powerful features aimed at improving your coding efficiency and project navigation. Download the release now.
Here’s a breakdown of what’s new in this version:
New…
Making a case for investing in software tools: convincing yourself, your team, and your boss
September 27, 2024
Introduction
Visual Assist has been a longtime partner for coding in Visual Studio. It adds missing features and sometimes even replaces the default features in the IDE. In fact, you can even argue that Visual Assist had a direct influence as to how some of the features in…
Success Story: Visual Assist for modeling and simulation software for automotive C++
September 26, 2024
About the Client
Based in Europe, the client is a global company specializing in the development and manufacturing of high-performance systems for vehicle technology. As a company that has been in the industry for over a century, their longstanding focus on innovation has positioned them as one of the top automotive manufacturers worldwide. As part of their commitment to quality, they have…
You must be logged in to post a comment.