Tips and Tricks

Struggling with Visual Studio Performance? Visual Assist Has the Fix

TL;DR Visual Studio isn’t slow by accident; it struggles with large projects, messy IntelliSense, and clunky navigation that quietly kills your flow. You end up spending more time searching, waiting, and fixing false errors than actually coding. Visual Assist cuts through that chaos. It replaces sluggish navigation with instant search, fixes Unreal Engine IntelliSense issues, speeds up typing…
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…
CommunityTips and Tricks

Introduction to CUDA development + How to set up with Visual Studio

TL;DR CUDA lets you harness your GPU’s full power to handle massive tasks faster than traditional CPUs by running thousands of operations at once — a game changer for AI, data science, finance, and more, but comes with a learning curve due to parallel programming and hardware dependencies. The good news? Setting it up with Visual Studio is surprisingly doable in under an hour: install VS, add…
Read more
Build Announcements

Visual Assist 2024.9 release post

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…
Tips and Tricks

How to Query File Attributes 50x faster on Windows

TL;DR If your app scans thousands of files, the way you fetch file attributes can quietly destroy performance. Standard methods like GetFileAttributesEx or even std::filesystem are convenient but painfully slow at scale. By switching to faster Windows APIs like FindFirstFileEx or GetFileInformationByHandleEx , you can retrieve attributes while iterating directories, cutting expensive system…
Read more
Build Announcements

Visual Assist 2024.7 release post

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…
Success StoryTips and Tricks

Making a case for investing in software tools: convincing yourself, your team, and your boss

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 Visual Studio panned out. But what makes Visual Assist (VA) such a compelling purchase? And what about it makes it a…
Read more
%d