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

Debug hover over user defined types #426

Closed
gnikit opened this issue Apr 20, 2022 · 0 comments · Fixed by #444
Closed

Debug hover over user defined types #426

gnikit opened this issue Apr 20, 2022 · 0 comments · Fixed by #444
Assignees
Milestone

Comments

@gnikit
Copy link
Member

gnikit commented Apr 20, 2022

The hovering functionality for the Debugger is substantially limited for nested user defined types, since hover only works for the top most object. Implement the Debug regex factory to correctly resolve hover requests

@gnikit gnikit self-assigned this Apr 20, 2022
gnikit added a commit that referenced this issue Apr 26, 2022
Fixes #426

We register a custom Evaluatable expression which
captures the entire variable from start until the correct `%`
where the cursor is located.
@gnikit gnikit added this to the v3.0 milestone Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant