I just installed the new VA X version 10.1.1418.0. I am using VS 2005 Pro. version 8.0.50727.42.
When I try to use the tab key to insert a suggestion it inserts something totally wrong. This is from the color suggestion box. I have noticed also that the "tool tip" txt message is wrong for the selection in the "color" suggestion box.
Here is a detailed example:
When I try to create a new instance of SesRxMsg
SesRxMsg rxMsg = new SesRxMsg();
The grey suggestion box pops up as I try to type the first SesRxMsg. I tab and it works correctly. When I get to the second SesRxMsg, the color selection box pops up. It shows SesRxMsg selected but when I hit the tab, it inserts something wrong. ie "ServicePointManager".
When I disable VA X, intellisense works fine. In the above example, I get the expected "SesRxMsg" inserted.