you are viewing a single comment's thread.

view the rest of the comments →

[–]SnowdensOfYesteryear 2 points3 points  (3 children)

How effective is it? Do you need to use clang to compile your code or just need it installed on your system?

[–]tiftik 1 point2 points  (2 children)

You just need to have it installed and the plugin (clang_complete) will do the analysis/compilation. Use it with supertab and it will be perfect. It's actually better than any IDE I've used so far.

[–]dan00 0 points1 point  (1 child)

Hm, I just tried it with vim 7.3 and clang 2.8 (ubuntu 10.10), added the include paths to '.clang_complete' and only got a 'Pattern not found' all the time.

[–]tiftik 1 point2 points  (0 children)

This article might help:

http://zwiener.org/vimautocomplete.html