This extension provides Windows PowerShell language support for Visual Studio Code. More details forthcoming.
- IntelliSense for cmdlets and more
- Rule-based analysis provided by Windows PowerShell Script Analyzer
- Go to Definition for cmdlets and variables
- Find References of cmdlets and variables
- Local script debugging!
There are some example scripts in the extension's examples
folder that you can
use to discover PowerShell editing and debugging functionality. Please
check out the included README.md file to learn more about
how to use them.
This folder can be found at the following path:
c:\Users\<yourusername>\.vscode\extensions\daviwil.PowerShell\examples
Check out the development documentation for more details on how to contribute to this extension!
This extension is licensed under the MIT License. Please see the [third-party notices](Third Party Notices.txt) file for details on the third-party binaries that we include with releases of this project.