BUG: automatic intellisense occuring on single letters
When typing something like
.Where(x => ....)
pressing space after the x fills in the intellisense menu choice which pops up automatically.
4
votes
James Walker
shared this idea
-
James Walker commented
I can't seem to reproduce anymore, sorry, for beta, v5 and v4 - I can't remember if there were specific other steps. However from the anonymous comment it seems it might be still happening in other situations.
-
Do you have a repro? The following works correctly:
"foo".ToCharArray().Where(x => x
-
Anonymous commented
Is there any solution to this? It's utterly annoying.