I'm having a weird problem in visual studio where I'll type a namespace/class/whatever, and intellisense will pop up as expected, but before I can highlight or read anything, it will disappear. If I ctrl-space or ctrl-j, then it will pop up again, but again it will disappear after less than a second. If I move real fast and start pushing the up and down arrows, then it will stay up as long as I keep pushing keys. As soon as I stop, it disappears again.
I have tried closing/reopening the project, turning intellisense off and back on, logging off and back on, and all other combinations I can think of, and nothing seems to help. I can get it to work temporarily by creating a new project, then closing the solution and opening my existing project in that devenv instance, but I'd really prefer to not have to do that forever. :)
This is on a development box that I connect to through mstsc, and none of the other developers on that box seem to be having this problem.
Anybody have any ideas?