justmao945 / vim-clang

Clang completion plugin for vim
ISC License
357 stars 47 forks source link

Can get complete when typing 'this.' inside class functions #100

Closed johnzeng closed 8 years ago

johnzeng commented 8 years ago

I can't get any complete when I type this. inside a cpp class, but if I specify some prefix, the list pop out. Also if I create a new object of that class, I can get list.

Can you tell me know to trobule shot on this issue ? i remember clang-complete uses clang's complete option to make the list, how is your command? Maybe I can help if you can't reproduce it locally .

johnzeng commented 8 years ago

My bad, writing too long for golang makes me forget that I should use this-> in c .

justmao945 commented 8 years ago

😄 haha. I'm writing golang as well.