PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
612 stars 207 forks source link

WIP: Evaluate variables on hover #2127

Open andyleejordan opened 6 months ago

andyleejordan commented 6 months ago

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 https://github.com/PowerShell/vscode-powershell/issues/4878.