Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Inline Values support for PowerShellNew to Visual Studio Code? Get it now.
Inline Values support for PowerShell

Inline Values support for PowerShell

Tyler Leonhardt

|
92,814 installs
| (4) | Free
Enables inline values for variables when debugging PowerShell scripts
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Inline values for PowerShell variables

image

This extension enables inline values for variables when debugging a PowerShell script.

Features

image

When you apply the "debug.inlineValues": true setting, you can see the values for the variables in your script inline.

Requirements

The PowerShell extension or the PowerShell Preview extension for VS Code

Development

Wanna contribute? It's easy!

Prereqs

  • Node.js LTS
  • Yarn

Steps

  1. Clone this repo and cd into it
  2. Run yarn to install the dependencies
  3. Open it in VS Code (ideally insiders)
  4. Ctrl/Cmd+Shift+B to run the build task (look in the terminal drop down to see if the build is running)
  5. F5 to launch the local build of the extension

That's it! Then all you have to do is:

  1. Make code changes
  2. Save the files
  3. Restart your local build to see the changes :)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft