Zhoujiazhiwork
- 活动总数 35
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
创建于 Refactor Rename changes method names inside string literals
已回答When renaming a method, CLion also replaces the method name inside string literals, which is unwanted.Is there a setting or config to disable renaming inside string literals? -
创建于 How to exclude string literals from "Find in Files" (Ctrl+Shift+F) results in CLion?
已回答I'm often using the "Find in Files" feature (Ctrl+Shift+F) to search across my project.However, I want to exclude matches found inside string literals.For example, given this line:const char* text ... -
创建于 Formatting Issues: Spaces in < > and Line Breaks
Hi,I just started using CLion for C++. Here’s an example of my code:namespace Test { static vector<vector<vector<int>>> *abc; } After reformatting, it turns into:namespace Test { static vecto...