Open
Description
Environment
- OS and Version: Windows 11 24H2
- VS Code Version: 1.99.3
- C/C++ Extension Version: 2.0.0
Bug Summary and Steps to Reproduce
Bug Summary: @var and \var are not recognized as doxygen command tokens.
Steps to reproduce:
- Create a doxygen-style comment
- Add a @var or \var command
- Bask in the lack of highlighting
- If you want to confirm your fears, use the inspect tokens command of vscode
Expected behavior:
@var and \var should be recognized as doxygen command tokens.
Configuration and Logs
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${default}"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22621.0",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}
Other Extensions
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status