IntelliTect / PowerStudio

PowerShell Integration for Visual Studio 2010
http://visualstudiogallery.msdn.microsoft.com/9b3272d4-6d13-4c1c-93bc-3ec74614508e
Other
21 stars 3 forks source link

Variables are duplicated in command completion #1

Closed idavis closed 13 years ago

idavis commented 13 years ago

When variables vary by case, $foo and $Foo, both are listed as available for completion.

idavis commented 13 years ago

Fixed. The variable tracker now tracks the variable regardless of case and will prefer the first use of the variable.