microsoft / poshtools

PowerShell integration for Visual Studio
http://www.visualstudio.com/
Apache License 2.0
139 stars 18 forks source link

Won't input complete cmd when you input "(" #546

Open ghost opened 9 years ago

ghost commented 9 years ago

OS: Win Svr 2012 R2 VS: Dev12 Ent + Update 5 Powershell 4.0 + latest PoshTools

Repro Steps:

  1. Create a Powershell Script project
  2. input a start of the cmd and enable intelliSense.
  3. Choose the cmd that you want to input
  4. Press "("

Expect: Could input complete cmd and auto-complete parenthesis. C# could do this. Actual: Just auto-complete parenthesis and not input complete cmd.

More Info: Repro in all VS notinputcompletecmd

ASayre commented 9 years ago

While we're currently at ISE parity with regards to '(' being a trigger, there are potential improvements here when we're completing against a fixed type. However, for dynamic [most powershell] types, we don't necessarily want to auto complete.