TimO
TimO

Reputation: 131

Visual Studio code: C++ syntax highlighting for classes

Is there a way to get Visual Studio code (Linux) to highlight custom classes and data types for C++?

I want this so that when I create a function that returns a certain data-type, it will highlight it correctly and help with readability at a glance.

Upvotes: 7

Views: 3920

Answers (1)

Xu Hui
Xu Hui

Reputation: 1265

Here we have the solutions!

vscode cpp team have released a inside builder and can do Syntactic/lexical and semantic colorization

Upvotes: 1

Related Questions