Wi Wi

- Total activity 427
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 182
-
-
-
Wi Wi created a post, CLion header search path for 'installed' headers
We have a pretty large codebase (10K+ files). And for some historical reasons all directories are organised the following way: <prjroot>/ mylib1/ MyLib1Class1.h MyLib1Class1.... -
Wi Wi created a post, AnsweredHow to navigate to ctor from make_unique statement?
Consider pretty common code style: auto var1 = std::make_unique<MyClass>(1, 2, 3);auto var2 = std::make_unique<MyClass>("str1", "str2"); Question is: how to "ctrl+click" into corresponding ctor? -
-
-
-
Wi Wi created a post, How to add external library to Python plugin in CLion?
All my Python files are dependent on other project. I cannot find a configuration to specify python path. I guess I can add it to Python itself, but then I would need to create new Python installa... -
Wi Wi created a post, List of hacks to make CLion usable
HiThis is life hacks I am using for CLion. I hope one day CLion will support all of them naturally. Maybe somebody will find them useful.1. Disable build types, cause they are completely useless.se... -
Wi Wi created a post,