Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on hover inspect variables #89603

Closed
AlencarGabriel opened this issue Jan 29, 2020 · 4 comments
Closed

Issue on hover inspect variables #89603

AlencarGabriel opened this issue Jan 29, 2020 · 4 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)

Comments

@AlencarGabriel
Copy link

AlencarGabriel commented Jan 29, 2020

  • 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.

@gjsjohnmurray
Copy link
Contributor

When #89084 arrives a debug provider will be able to solve this.

@AlencarGabriel
Copy link
Author

Grateful for the attention. I will be following the next releases then to implement as soon as the feature is released.

@gjsjohnmurray
Copy link
Contributor

/duplicate

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 29, 2020
@vscodebot
Copy link

vscodebot bot commented Jan 29, 2020

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Jan 29, 2020
@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Feb 3, 2020
@weinand weinand self-assigned this Feb 3, 2020
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants