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')
- 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