With a naked pointer, when you use the deference arrow notation (i.e. foo->bar()) it pops up with the list of members/methods associated. But upon using the dereference notation with the new C++11 smart pointers, even though GCC/Clang will both compile it fine, there is no code completion dialog. It seems like it hasn't been updated to account for this standard yet.
Hi, thanks for the report. The parser in our Code Completion plugin is not very good at parsing the template related code(e.g. C++ 11 smart pointers). So, any contribution is welcome, thanks.