vscode-powershell
vscode-powershell copied to clipboard
Provides PowerShell language and debugging support for Visual Studio Code
_From @woowil on August 14, 2017 17:6_ - VSCode Version: Code 1.15.0 (8b95971d8cccd3afd86b35d4a0e098c189294ff2, 2017-08-09T20:16:06.988Z) - OS Version: Windows_NT ia32 10.0.14393 - Extensions: the listing length exceeds browsers' URL characters limit...
**Summary of the new feature** 'As a developer I want a script segment to be extracted out as a function so that function can be used in other scripts files...
**Summary of the new feature** This extension should include a setting to specify which paths to run Script Analysis against. Currently the extension reads the PSScriptAnalyzer.psd1-file in workspace root (if...
### System Details ``` ### VSCode version: 1.34.0-insider 56f1b4795fed05677eb82a21dac4fc1ab62d747b x64 ### VSCode extensions: [email protected] [email protected] [email protected] ### PSES version: 2.0.0.0 ### PowerShell version: Name Value ---- ----- PSVersion 5.1.14409.1018 PSEdition...
Issue Type: Feature Request It would be very helpful to show popup documentation for .NET objects and members while coding in PowerShell, similar to what is already present for cmdlets....
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. ### Summary New-AzADSPcredential has...
This requires an implementation of the DocumentSymbolProvider and WorkspaceSymbolProvider interfaces. Relevant code will need to be added to PowerShell Editor Services to support this behavior.
`workspace.rootPath` is a deprecated property and may not work as expected. Please use `workspaceFolders` instead. More info: https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs#eliminating-rootpath https://github.com/microsoft/vscode/issues/69335
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. - [X] I have...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. ### Summary Example: Get-Childitem...