Menu

#788 Code completion doesn't account for shared_ptr, unique_ptr, etc

Undefined
open
nobody
Feature_Request
2019-01-24
2019-01-18
Hayleyfire
No

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.

Discussion

  • ollydbg

    ollydbg - 2019-01-18

    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.

     
  • ollydbg

    ollydbg - 2019-01-24
    • labels: --> CodeCompletion
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.