2009060108

Avatar
  • 活动总数 4
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2
  • 2009060108 创建了一个帖子,
    已回答

    How to add necessary include statement when expanding a live template?

    I defined a `vec` C++ live template in Clion and it looks like this. As you can see it basically defines a vector of some type. Is it possible to add the necessary include statement `#include <vect...
  • 2009060108 创建了一个帖子,
    已回答

    Auto import doesn't work for me

    I have a short C++ file opened in Clion and a function using vector. The vector header file hasn't been included yet and Clion shows errors. I move the cursor on a such error case and press alt+ent...