Actually it seems that Ctags is sufficient, it seems the problem comes is correctly identifying what we should be looking for, once we know that, a Ctags lookup should do the trick.
-----Original Message----- From: Aaron Griffin [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 10:24 AM To: [EMAIL PROTECTED] Cc: Neil Bird; Vim Mailing List Subject: Re: C++ omnicomplete modification. 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.
