xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

C++11 STL data structures and functions aren't being autocompleted #582

Open incinerate-tools opened 3 years ago

incinerate-tools commented 3 years ago

A clean installation of clang_complete, resulted in stl data structures not being auto completed correctly. Below you can see that s. doesn't suggest the push_back function for the vector structure from STL.

I have attached the vim version output, as well as the .vimrc configuration.

image image image