I have the problem, that always if I have Visual assist on, when I want through the dropdown of the auto complete context I navigate through the text editor too, when I use the arrow keys. So if I confirm my auto completion I always am in another row and really annoying things happen like the auto completion will get pasted into another function call or smth like this. I didn't find any solution of this in the options maybe someone can help me with this really quick? I guess it's just an option I have to turn on or off.
Do you happen to have IncrediBuild installed on your system? This sounds a lot like a known interaction bug between Visual Assist and older versions of IncrediBuild. We have added a check to the current version of VA to warn you if you are in this situation:
No, you shouldn't have to. Various of our users have ReSharper installed as well, and don't report this problem.
Can you please go to a new, blank line in a cpp file and then type "if". Assuming you have VA Snippets enabled you should get a listbox with 4 items. The bottom three will be VA snippets. When you highlight one of these entries in the listbox the tooltip for this listbox item will tell you that it is a VA Snippet entry, and will offer you the option to edit the snippet.
Do you get the same problem when moving up and down this listbox with the keyboard? I am trying to find out if this applies to all listboxes, or only some types of listboxes.