In C#, when I type "private Thing mythings = nu"
Autocomplete pops up.
It shows 4 "n" prefix matches, including "names" and "null".
Actually, if I pause after typing n to allow autocomplete to popup, then type u, it shows lots of symbols with 'u'.
#1: So I assume this has something to do with allowing misspellings?
#2: Exact prefix matches probably should be listed first, so the first thing in the match list for "nu" should be "null", not "name".
#3: If I type "nu", and allow the autocomplete popup to appear, I get 4 symbols in the list. If I type "n" <pause> "u", then I get a whole ton of symbols.
Why the difference here?