Is there a C++ IDE which handles templates well?

前端 未结 9 1721
被撕碎了的回忆
被撕碎了的回忆 2021-02-13 16:22

Every IDE I\'ve tried fails to provide code-completion when something template-related is used. For example,

boost::shared_ptr ptr;
ptr->[curso         


        
      
      
      
9条回答
  •  天涯浪人
    2021-02-13 16:49

    Netbeans sometimes gets it right, but not always. It's non-deterministic: seemingly similar code may get parsed, or not, depending on the whim of the IDE.

提交回复
热议问题