I have suggest from surrounding lines enabled. I am using C# in Visual Studio 2003. When I have a line that contains variable definition and I try to use it in the line below it seems not only not to be in the default completion list that VAX creates but VAX doesn't even have completion info for it. This happens if I'm typing line by line of source. If I wait for a little bit VAX seems to then pick it up. I guess this is a problem with parsing?
For example if I type this:
string[] valueNames = transactionKey.GetValueNames();
foreach (string valueName in
I would expect VAX to pop up valueNames in a completion list when I type v. However in this case I can type valueNames and at no time is valueNames in the VAX completion list. This is happening quite frequently for me and I'm running on a dual 3.2GHz Xeon box with hyperthreading enabled and a GB of ram so I would expect VAX to be able to keep up. I have just enabled logging due to the fact that I'm having frequent hangs in VAX on this brand new box. However, this problem was occuring before I enabled logging. Let me know if the log will be helpful to you.