Skip to content
forked from dfinke/PSharp

Productivity tool that makes PowerShell ISE better

License

Notifications You must be signed in to change notification settings

emgeiger/PSharp

 
 

Repository files navigation

PSharp

Installing

To install in your personal modules folder (e.g. ~\Documents\WindowsPowerShell\Modules), run:

iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfinke/PSharp/master/Install.ps1')

Using PSHarp

image

A Productivity Tool for the Microsoft PowerShell Integrated Scripting Environment (ISE)

  • Fast navigation
    • Ctrl+Shift+X outlines all the functions, variables and commands in the current file
    • Search and match by the name of the variable or function
  • Quick navigation by type
    • Place your cursor next or in a variable|function name, press Ctrl+Shift+T. PSharp will display where it is used in the file. Press the up or down arrow to navigate to that location in the file

You can jump to a variable, or function in no time, or navigate to its usages.

image

You can also search for specifically named items and then navigate

image

Plus, you can quickly narrow your search to just variables, functions or commands

  • Prefix your search v: to just search variables
  • Prefix your search f: to just search functions
  • Prefix your search c: to just search commands image

Plus, you can quickly narrow your search of the usage of a function, variable or command by placing your cursor in or next to the name and pressing Ctrl+Shift+T

image

About

Productivity tool that makes PowerShell ISE better

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PowerShell 100.0%