Emacs自动指针处理(C / C ++)

时间:2014-10-19 05:30:55

标签: c++ c qt-creator emacs24

在QT Creator中,我发现一个非常有用的功能是在处理指针时从句点到箭头的自动转换

例如:

std::string *test;
...
test->clear();
//  ^ When a period is inserted, the IDE automatically converts the dot to an arrow

所以,我想知道是否有一个Emacs插件可以做到这一点,还是可以在vanilla Emacs中完成?

(Emacs 24.3.1)

由于

0 个答案:

没有答案