-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Doxygen var command not parsed #13530
Copy link
Copy link
Open
Labels
Feature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.An issue related to code comments shown in hover, completion, and signature help.Language ServiceenhancementImprovement to an existing featureImprovement to an existing feature
Milestone
Metadata
Metadata
Assignees
Labels
Feature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.An issue related to code comments shown in hover, completion, and signature help.Language ServiceenhancementImprovement to an existing featureImprovement to an existing feature
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
Status
Done
Environment
Bug Summary and Steps to Reproduce
Bug Summary: @var and \var are not recognized as doxygen command tokens.
Steps to reproduce:
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