Enhanced Hover
Enhanced hover support
Last updated
Enhanced hover support
Last updated
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.
When you hover over a variable that has been assigned, you will be shown the value and type.