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

前端 未结 9 1719
被撕碎了的回忆
被撕碎了的回忆 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:52

    Visual Studio 2010 has significantly improved in this area. There is an open beta going on, you should check it out.

提交回复
热议问题