Issue on hover inspect variables #89603
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
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.
The text was updated successfully, but these errors were encountered: