Tag: ise (Page 2/3)

#PSTip Tab Completion in PowerShell 3.0
Note: This tip requires PowerShell 3.0 or above. PowerShell’s tab completion just got better in v3. In addition to all its…
Read More
PSharp makes PowerShell ISE better
Here’s another cool project created by PowerShell MVP Doug Finke. PSharp is a tool designed for PowerShell’s Integrated Scripting Environment…
Read More
#PSTip Reset your ISE runspace
Note: This tip requires PowerShell 2.0 or above. I have scripts that work with multiple versions of the same third-party…
Read More
#PSTip PowerShell command-line switch shortcuts
Note: This tip requires PowerShell 2.0 or above. Windows PowerShell allows you to create short names for commands using Aliases….
Read More
The complete list of PowerShell ISE 3.0 keyboard shortcuts
In a previous tip I showed a new hidden keyboard shortcut to transpose lines of code in the ISE. At…
Read More
#PSTip Transposing lines in PowerShell ISE
Note: This tip requires PowerShell 3.0 or above. When working in the ISE editor you sometimes need to rearrange lines…
Read More