Quantcast
Channel: Windows PowerShell - SAPIEN Blog
Viewing all articles
Browse latest Browse all 308

PowerShell Studio: PrimalSense for Object Constructors

$
0
0

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:

Constructor PrimalSense for New-Object

 

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

Tab Insertion of Constructor Parameters

 

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.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Technorati Tags: , , , ,


Viewing all articles
Browse latest Browse all 308

Trending Articles