Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Intellisense in CSPROJ files should have fuzzy case insensitive matching #33

Open
nkolev92 opened this issue Oct 17, 2017 · 0 comments

Comments

@nkolev92
Copy link

nkolev92 commented Oct 17, 2017

Original NuGet issue:
NuGet/Home#5991

Installed product versions

  • Visual Studio 2017
  • This extension: @bradphelan Please add the version

Description

https://twitter.com/bradgonesurfing/status/915835615597531137

Microsoft.re

matches

MicroSoft.re

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant