PowerShell ISE v3 Release Preview: Intellisense does not show parameter name for parameter with existing value
Votes from Connect: 18
Original Date Submitted: 6/28/2012 2:16:48 AM
Description:
Contact Information
Handle: Trevor Sullivan
Site Name: PowerShell
Feedback ID: 751184
Frequency: Always Happens
Regression: I don't know if this issue existed previously
Problem Description:
The PowerShell ISE v3 Release Preview does not show the parameter name in the Intellisense window, for a parameter that already has a value define (based on its position).
Product Studio item created by Connect Synchronizer due to creation of feedback ID 751184 (http://connect.microsoft.com/PowerShell/feedback/ViewFeedback.aspx?FeedbackID=751184).
Repro Steps:
1. Open ISE v3 Release Preview
2. In a new script window, type a cmdlet and a value for its first positional parameter (eg. gci *.txt)
3. Place cursor directly after cmdlet name
4. Type [Space] + '-' to invoke Intellisense for parameter names
5. Notice that the parameter at position 0 is not listed
Expected Results:
The parameter name should be listed in Intellisense, if it has not already been explicitly used elsewhere in the command.
Internal BugId: 3676
