2 Advices For Clion
When importing automatically STL data structures, please fix the that it imports bits/stl_vector and things like that. I don't think anyone will use it. Just import the <vector> instead.
Also when generating constructors, getters setters etc it generates in header file. Make it generate in implementation file instead.
I enjoy using CLion but these two thing buzzes me.
请先登录再写评论。
Hi Arda.
Thanks for reporting, it's a known issues:
https://youtrack.jetbrains.com/issue/CPP-704
https://youtrack.jetbrains.com/issue/CPP-2004
Feel free to comment or upvote.