You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doesn't. I'm not sure if nuget is case sensitive but intellisense for package matching should use something like case insensitive Levenshein distance metrics. It's easy to forget the exact name of a package and even remembering the exact prefix of a package can be easy to get wrong. Then you have to go hit google to find the right name.
Steps to recreate
(1) edit a csproj file.
(2) insert a package reference
(3) start typing the name of the package but with spelling mistakes and case errors
(4) visual studio should still suggest close matches.
Current behavior
Expected behavior
//cc @bradphelan as the original creator @mlorbetske as he suggested that this request be opened here.
The text was updated successfully, but these errors were encountered:
Original NuGet issue:
NuGet/Home#5991
Installed product versions
Description
https://twitter.com/bradgonesurfing/status/915835615597531137
matches
doesn't. I'm not sure if nuget is case sensitive but intellisense for package matching should use something like case insensitive Levenshein distance metrics. It's easy to forget the exact name of a package and even remembering the exact prefix of a package can be easy to get wrong. Then you have to go hit google to find the right name.
Steps to recreate
(1) edit a csproj file.
(2) insert a package reference
(3) start typing the name of the package but with spelling mistakes and case errors
(4) visual studio should still suggest close matches.
Current behavior
Expected behavior
//cc
@bradphelan as the original creator
@mlorbetske as he suggested that this request be opened here.
The text was updated successfully, but these errors were encountered: