lyuts / vim-rtags

Vim bindings for rtags, llvm/clang based c++ code indexer.
BSD 2-Clause "Simplified" License
282 stars 56 forks source link

Proper completion #61

Closed kenny1847 closed 6 years ago

kenny1847 commented 7 years ago

Currently we have no compleion after namespaces ('::'), only followwed by '.' and '->', and there bad filter (probably rtags problem).

marxin commented 7 years ago

You are right, I'm working on that. For more information please take a look here: https://github.com/Andersbakken/rtags/issues/584

marxin commented 6 years ago

It's done, there's still room for improvement, but key smart completion works fine. Can you @lyuts please close this issue?

lyuts commented 6 years ago

Thank you.