Why C# IntelliSense is delayed compared to VB.NET?
Posted
by Sphynx
on Stack Overflow
See other posts from Stack Overflow
or by Sphynx
Published on 2010-06-06T11:23:39Z
Indexed on
2010/06/06
11:32 UTC
Read the original article
Hit count: 293
In VB.NET projects, errors are highlighted immediately after cursor leaves the line. IN C#, I have to wait several seconds for IntelliSense to highlight it. Also, C# version doesn't show all project errors in "Errors List", unless you start to build it. Actually, it seems to work differently in every way. Is it possible to adjust that behavior?
© Stack Overflow or respective owner