John, it's fine most of the time, just that when intellisense comes up unnecessarily(vs 2008). For example, I am passing a delegate as a parameter to a function,
Foo(p => p.bar);
The problem is that p is recognized by intellisense for other variables/functions that starts with a "p" while I only want "p." I now have an intellisense tooltip which I cannot close without going back into normal mode easily. I have though, added the following in my viemurc,
inoremap <S-space> <esc>a<space>
So that if I shift-space, I can escape intellisense without it trying to fill in something for me. I don't think this is something you should put on your todo list, I'm sure the frequency of this "bug" is very low.
Thanks though,
A.K.
Last edited by anhkiet (2009-09-21 20:16:55)