Eclipse CDT 无法创建 ()

Eclipse CDT cannot create ()

我有一个很奇怪的 atm 问题。
示例代码:

int *ret;                            //Here can I write () without any problems
                                     //Here I also can write () without any problems
ret = (int*) malloc (throw_size);    //Here it is impossible to create the cast brackets

Shift + 8Shift + 9Shift + Ctrl + 8[ 都没关系=20=]。他们根本就没有出现。我已经搜索了一个解决方案,但我找不到任何相关信息(可能是因为很难找到匹配的搜索短语)。感谢您的帮助。

我已发送错误报告。当它得到修复或解决时,我会通知你。