vscode-inline-values-powershell

Inline Values support for PowerShell!

MIT License

Stars
13

Inline values for PowerShell variables

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

Features

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

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 :)
Related Projects