Dev ToolsTips and Tricks

How to Work in a Legacy Equipment Control Codebase When You Can't Run the Machine

The machine is somewhere else When you’re developing for manufacturing and fabrication, the code is on your PC, but the machine it controls is in a factory in another country. To add salt to the wound, the engineer who first wrote the module you’re now working on left two years ago. You’re left with zero context comments, no tome of documentation to fall back on, and commit…
Read more
Dev ToolsTips and Tricks

AI Coding Assistants for Large C++ Codebases: What Works, What Breaks, and How to Split the Work

AI Coding Assistants for Large C++ Codebases: What Works, What Breaks, and How to Split the Work AI tools are everywhere. They’re in your phone, your car, your office, and it even made its way into software development. It’s being pushed as a do-it-all solution for coding, and in many cases it does solve, or the very least,  speeds up the busywork. The benefit is real and it’s…
Read more
Tips and Tricks

How to Set Up a Fully Local AI in Visual Studio

VA Intelligence is Visual Assist’s local AI feature. It runs Gemma3 on your GPU through Ollama, both bundled and managed by Visual Assist itself. No API keys, no cloud round-trip, no telemetry pipeline waiting to be audited by your security team. By the end of this guide you’ll have two features wired up inside Visual Studio: Explain with AI and Change Code with AI. If you’ve…
Read more
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