Codespunk+jetbrains
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 Is there an option for CLion to warn about unimplemented methods?
This is a trivial warning in Java but I can't find an option in CLion to enable this and it does not exist by default. I have class A with a pure virtual method and class B which inherits it. While... -
已编辑于 Code indents according to body of #ifdef but ignores other directives?
Given the following code, if I press ENTER at the end of #endif the carat will be indented according to the #ifdef body: #ifdef _MSC_VER typedef __int32 int32_t; typedef unsigned __int32 uint32... -
已编辑于 Allow for Code Style to add new line at end of constructor initialization list
Please add an option "Wrapping and Braces > Constructor initialization list > New line at end of list". Here is an example function and class constructor for the existing code style. void f( ...