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

WIP: Evaluate variables on hover #2127

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andyleejordan
Copy link
Member

If their value is available (either because its been set in the session manually, or the script has been executed or is being debugged) we can return it on the hover.

We should ask if we actually want to do this, and if so, how we want to format it.

@JustinGrote try this out!

Fixes PowerShell/vscode-powershell#4878.

If their value is available (either because its been set in the session
manually, or the script has been executed or is being debugged) we can
return it on the hover.

We should ask if we actually want to do this, and if so, how we want to
format it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explicit String Variables (e.g. ${variable}) do not resolve in debugging
2 participants