- VSCode Version: 1.41.1 (system setup)
- OS Version: Windows_NT x64 10.0.17763
Hello, I would like to know how to resolve this situation that occurs in inspect variables hover.
My language has a particular construction, where some types of variables have parentheses. Ex .: (cAlias).
However, the hover inspect doesn't seem to understand this construction, so it follows the demonstration of the problem.
It's possible send to VsCode a regular expression for example that would make it recognize this syntax so that hover inspect works as expected?
Steps to Reproduce:
-
Inspection that works. Hovering the mouse over TMP_MODEL:

-
Inspection that doesn't work. Hovering the mouse over ZCN_MODEL:

-
Inspecting the expression:

It is possible to notice that he does not interpret the (cAlias)->ZCN_MODEL syntax in Hover Inspect by highlighting the expression.
Does this issue occur when all extensions are disabled?: not applicable.
Hello, I would like to know how to resolve this situation that occurs in inspect variables hover.
My language has a particular construction, where some types of variables have parentheses. Ex .:
(cAlias).However, the hover inspect doesn't seem to understand this construction, so it follows the demonstration of the problem.
It's possible send to VsCode a regular expression for example that would make it recognize this syntax so that hover inspect works as expected?
Steps to Reproduce:
Inspection that works. Hovering the mouse over

TMP_MODEL:Inspection that doesn't work. Hovering the mouse over

ZCN_MODEL:Inspecting the expression:

It is possible to notice that he does not interpret the
(cAlias)->ZCN_MODELsyntax in Hover Inspect by highlighting the expression.Does this issue occur when all extensions are disabled?: not applicable.