
There’s a
bug in Visual Studio that has been annoying me for quite a long time: sometimes,
Intellisense doesn’t work well inside “foreach” statements in C#. It makes
suggestions, but the wrong ones.
For example, if I start writing “foreach (System.Xm….)” with the intention to write “System.Xml.XmlNode”,
Intellisense...