Posts by this author

Mar 31, 2022
Post comments count1
Post likes count0

Enhancing Game Developer Productivity with Visual Studio 2022

In this blog, we will discuss how much faster you can get to code with speedier C++ IntelliSense ready and opening a file. Learn how search improved with faster with C++ Find All References and indexed Find in Files.

C++Game Development
Oct 25, 2021
Post comments count15
Post likes count1

18x Faster IntelliSense for Unreal Engine Projects in Visual Studio 2022

We joined forces with Epic Games to bring faster semantic highlighting and IntelliSense ready to Visual Studio 2022 for Unreal Engine developers. In this blog post, we will detail how we worked with the Unreal Engine team to significantly speed up IntelliSense ready by 18x.

C++Game Development
Jun 22, 2021
Post comments count0
Post likes count0

Address Sanitizer Now in “Early Release” for Xbox Developers

Address Sanitizer is now available on Xbox, developers can leverage this powerful technology to help debug memory issues in their titles.  Combined with the crash dump changes detailed here, it should provide all the flexibility required to support your automated tests suites and enable you to find issues quickly and easily.

C++Game Development
Nov 16, 2020
Post comments count4
Post likes count0

The Coalition Sees 27.9X Iteration Build Improvement with Visual Studio 2019

Visual Studio 2019 v16.8 Preview 3.2 introduces significant build and link time improvements. In this blog post, we detail how the team in The Coalition building Gears 5 tested the compile and link times in three different versions of Visual Studio.

C++performanceGame Development