Tab complete works fine for most commands but when using it to complete values for flags it can lock VS
Environment: Win8, VS 2012
Repro:
New Console Application named NuGetBugRepro
PM> Install-Package EntityFramework
PM> Update-Database -ConfigurationTypeName NuGetBugRepro.<tab>
VS will hang at this point
Tab complete would be great at this point because it is frequently necessary to enter the fully qualified name of the configuration file
Environment: Win8, VS 2012
Repro:
New Console Application named NuGetBugRepro
PM> Install-Package EntityFramework
PM> Update-Database -ConfigurationTypeName NuGetBugRepro.<tab>
VS will hang at this point
Tab complete would be great at this point because it is frequently necessary to enter the fully qualified name of the configuration file