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.

AST Type Hover

When you hover over portions of a PowerShell script, the AST Type will be shown.

Variable Value and Type Hover

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

Last updated