Reporter | Greg Law (lothan) |
---|---|
Created | Jan 3, 2012 4:05:54 AM |
Updated | Feb 21, 2012 1:08:04 AM |
Priority | Normal |
Type | Usability Problem |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Kirill Falk (kfalk) |
Subsystem | Code Completion |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
I have no idea what causes this, but I've seen a few instances in which I'm entering a line of code and the IntelliSense is working fine. Then all of a sudden for no apparent rhyme or reason the IntelliSense window closes and the variable I'm typing turns red. For example, I was typing this:
foreach(var foo in bar.split(',', stringsplitoptions.removeemptyentries)
IntelliSense was working fine. When I typed stringsplitoptions.remo, the IntelliSense popup vanished and stringsplitoptions turned red as if I had pressed cancel.
This does not happen often so it may be difficult to determine the cause.
I've also noticed that at some point after using Visual Studio 2010 for a day or two that IntelliSense begins to drag. I'll get a trace if I can reproduce this with dotTrace but the net effect is that I can sometimes type entire lines of code and never see an IntelliSense popup once.
foreach(var foo in bar.split(',', stringsplitoptions.removeemptyentries)
IntelliSense was working fine. When I typed stringsplitoptions.remo, the IntelliSense popup vanished and stringsplitoptions turned red as if I had pressed cancel.
This does not happen often so it may be difficult to determine the cause.
I've also noticed that at some point after using Visual Studio 2010 for a day or two that IntelliSense begins to drag. I'll get a trace if I can reproduce this with dotTrace but the net effect is that I can sometimes type entire lines of code and never see an IntelliSense popup once.