PowerShell Studio: PrimalSense for Object Constructors
In the last service release (v3.1.13), we expanded PowerShell Studio’s PrimalSense. Now when you use the New-Object’s ArgumentList parameter, PowerShell Studio will automatically display the list of possible constructors for the given object type:

In addition, you can tab insert the constructor parameters in a similar fashion to the previously announced method completion feature:

This new addition saves time by eliminating the need to visit the MSDN website in order to determine what constructors are available for the given object type.
Tags: constructor, method, powershell, PowerShell Studio 2012, PrimalSense

