> For the complete documentation index, see [llms.txt](https://docs.poshtools.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.poshtools.com/open-source-tools/visual-studio-code/enhanced-hover.md).

# Enhanced Hover

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.

![AST Type Hover](/files/-MP_kWdv_GJN_qeI_6Rh)

## Variable Value and 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](/files/-MP_kaz1HnLefdzO42C9)
