Enhanced Hover
Enhanced hover support
Enhanced hover support provides additional information about details within the script you are hovering. You can simply hover your mouse over aspects of your script to view information about it.
When you hover over portions of a PowerShell script, the AST Type will be shown.

AST Type Hover
When you hover over a variable that has been assigned, you will be shown the value and type.

Variable value and type hover
Last modified 2yr ago