On 4/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Consider using something that really understands C++ -- templates can be very > tricky when it comes to completion.
It's my opinion that ctags is not sufficient for C++ completion without significant overhead processing to match template types, namespaces, static members vs instance members, etc etc Personally I use icomplete, but that uses ctags internally. I'd be happy to see a non-ctags solution that is C++ specific.
