ISE Helpers module on Github

After reading the post here, I thought I should share the (considerably less complictated) functions I’ve written to help with the ISE.

I just posted a couple of functions to a new repo on Github called ISEHelpers. Neither function particularly exciting, but I’ve found them useful.

The first is called Edit-Module, and is used to open the .psm1 file of a module which you have imported in a new ISE tab.

For instance,

Edit-Module adolib

The second function is called Set-ISELocation, and it changes the current directory to the folder containing the file in the current tab.  It takes no parameters.

 

Have you written any “ISE Helper” functions?  Let me know about them in the comments.

 

–Mike