Visual Assist knows your time is valuable and it’s better spent on coding or thinking. When you encounter a question about Visual Studio C++ or Visual Assist, it’s important to quickly get that answer so you can stay locked in.
Whether it’s on how a feature works, how to configure it for your setup, or what your VA license covers — the last thing you want is to dig through pages of…
User Case Study: From AAA to Indie—How She Was Such A Good Horse Studio built Into the Unwell
February 18, 2026
Whole Tomato had a chat with one of the developers of Into the Unwell, an upcoming third-person co-op roguelite. We had the chance to learn more about his journey, the studio, and their upcoming game.
Before joining She Was Such A Good Horse Studio, Måns Olsson spent over a…
TL;DR
Pointers are one of the biggest things that confuse new C++ developers, especially if they started with languages like Python or Java where memory management mostly stays hidden. This guide breaks down why pointers still matter in modern C++, how they help with…
“Nobody Will Read This Code” (Until You Have to)
January 28, 2026
When we code, we like shortcuts. We use keystrokes that combine two or more actions. We like it when we can do two things at once. It feels productive (and maybe because most of the time it is.)
However, there are cases where we need to avoid shortcuts. In the realm of engineering and design, simple is better. But sometimes, adding a bit of complexity and length to our usual process can pay off in…
Visual Assist 2026.1 release blog
January 19, 2026
TL;DR
Visual Assist 2026.1 introduces several productivity and usability improvements designed to make large-scale C++ and Unreal Engine development faster and more efficient. The release adds Clang-powered macro expansion previews, realtime AI response streaming, a fully…
Building High-Performance AI/ML Pipelines with C++ and CUDA
December 30, 2025
TL;DR
Modern AI workloads are pushing hardware to its limits, where milliseconds matter and inefficiencies quickly add up. While Python is great for experimentation, production systems demand predictable, high-performance execution and that’s where C++ and CUDA stand out.
C++ Safety is one of the most important conversations happening in software right now. From industry leaders to government agencies, including recent guidance coming from the U.S. government, there is a renewed call to strengthen memory safety and reduce classes of bugs that have historically plagued C and C++ projects.
But here is the reality: C++ remains one of the most critical languages in the…
TL;DR
Memory safety has become one of the biggest challenges in modern C++ development, with pressure increasing from governments, industry leaders and standards bodies to reduce vulnerabilities caused by memory-related issues. To help address these concerns, Visual Assist…
Visual Assist 2025.4 release post
October 22, 2025
TL;DR
Visual Assist 2025.4 brings one of the platform’s largest updates to-date with 60+ new C++ code inspections focused on safety, a redesigned user experience for core navigation and refactoring features, and the introduction of VA Intelligence, a new local AI-powered…
Break Free from IntelliSense Hell with Visual Assist: Learn UE5 C++ Development Techniques [Webinar Recap]
October 13, 2025
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++…
You must be logged in to post a comment.