Skip to content

Issue on hover inspect variables #89603

@AlencarGabriel

Description

@AlencarGabriel
  • 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:
    image

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

  • Inspecting the expression:
    image

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.

Metadata

Metadata

Assignees

Labels

*duplicateIssue identified as a duplicate of another issue(s)debugDebug viewlet, configurations, breakpoints, adapter issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions