News

Semantic Colorization Heads What's New for C/C++ in Visual Studio Code

Semantic colorization was singled out by Microsoft for new functionality added to the July 2019 update of the C/C++ extension for Visual Studio Code.

The much-requested semantic colorization -- colorization of tokens even when they are out of context, thus providing colorization beyond that of syntax -- may not sound like a big deal, but it was fairly complicated to enact.

"We faced many challenges in creating support for semantic colorization for the C/C++ extension since there is no VS Code API for semantic source highlighting and no support for semantic colorization in the VS Code language server protocol," said the dev team's Tara Raj. "We also can’t access a theme’s colors programmatically, so this support was even more challenging to make possible.

"Luckily, we were able to devise a way to overcome these challenges by managing our own set of tokens and their ranges, using TextEditorDecorations, and directly parsing theme files and VS Code settings to determine which colors to apply. With that, we are excited to share semantic colorization support!"

A practical example of what semantic colorization means was provided, illustrating how a struct named "box" was color-highlighted in its definition and also when it's used in the main function.

Another highlight of the July update is improved configuration of IntelliSense via a new settings editor UI. "The interface is simple and clear, and thus makes IntelliSense configuration easier to understand," Raj said.

Finally, Raj detailed tweaking the default path for the IntelliSense cache that was introduced in the March update -- caching header information for faster IntelliSense -- and improved in response to developer feedback that it was caching too much data.

More information on the above and other changes in the July update to the C/C++ VS Code extension is available in the July 24 blog post and the GitHub release notes.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • IDE Irony: Coding Errors Cause 'Critical' Vulnerability in Visual Studio

    In a larger-than-normal Patch Tuesday, Microsoft warned of a "critical" vulnerability in Visual Studio that should be fixed immediately if automatic patching isn't enabled, ironically caused by coding errors.

  • Building Blazor Applications

    A trio of Blazor experts will conduct a full-day workshop for devs to learn everything about the tech a a March developer conference in Las Vegas keynoted by Microsoft execs and featuring many Microsoft devs.

  • Gradient Boosting Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the gradient boosting regression technique, where the goal is to predict a single numeric value. Compared to existing library implementations of gradient boosting regression, a from-scratch implementation allows much easier customization and integration with other .NET systems.

  • Microsoft Execs to Tackle AI and Cloud in Dev Conference Keynotes

    AI unsurprisingly is all over keynotes that Microsoft execs will helm to kick off the Visual Studio Live! developer conference in Las Vegas, March 10-14, which the company described as "a must-attend event."

  • Copilot Agentic AI Dev Environment Opens Up to All

    Microsoft removed waitlist restrictions for some of its most advanced GenAI tech, Copilot Workspace, recently made available as a technical preview.

Subscribe on YouTube