Tuesday 7 July 2015

Powershell ISE usefull keyboard shortcuts

Here they are, why I forget them all the time is beyond me.

Ctrl + T - opens new PowerShell session in new tab.

Ctrl + Space - runs intellisense against typed text

Ctrl + J - allows to insert predefined code to your script

Ctrl + R - shows/hides script pane (maximizes console view)

Ctrl + I - goes t othe script pane

Ctrl  +D - goes to console pane

Ctrl + G - Go to line

F8 - executes one line on cursor position

F5 - executes whole script

No comments:

Post a Comment