2009060108

Avatar
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • 2009060108 created a post,
    Answered

    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 created a post,
    Answered

    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...