You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In struct test, "test" is specially and prominently highlighted in header files, but in source files it is shown as a plain identifier. It is also highlighted correctly in the tool tip when hovered in the source file. For readability, the header behavior should apply in source files.
Visual Studio Code version: 1.30.2
C/C++ extension version: 0.20.1
Platform: Linux
The text was updated successfully, but these errors were encountered:
Our C/C++ extensions doesn't implement the colorization. It's implemented by VS Code using atom/language-c with textmate -- they need to fix this by switching to tree sitter. See a similar issue at atom/language-c#207 .
If you install the latest insiders version of the extension (set the "C_Cpp: Update Channel" setting to "Insiders"`) and then turn on the "Enhanced Colorization" setting, you can try out our improved colorization feature. I will mark this as a duplicate of #230.
In
struct test
, "test" is specially and prominently highlighted in header files, but in source files it is shown as a plain identifier. It is also highlighted correctly in the tool tip when hovered in the source file. For readability, the header behavior should apply in source files.Visual Studio Code version: 1.30.2
C/C++ extension version: 0.20.1
Platform: Linux
The text was updated successfully, but these errors were encountered: