开发者

emacs intellisense

I know this has been discussed a lot of times but is there any nice how-to for c/c++ intellisense in emacs? I have never been able to set up cedet properly.

Right now I am working on a maintenance project with a huuge code base and it is very difficult to manage without proper intellisense. Currently I am using vim with ctags/cscope and omnicomplete features for开发者_JAVA技巧 intellisense which works great; but I would like to get things to work with emacs.


If you cannot get CEDET working, then you could use auto-complete.el combined with CTAGS or just words-in-buffer or words-in-all-buffers. For what it's worth, if you did get CEDET working, then you would have essentially exactly what you want. It works very well for me. Auto-complete, however, is totally generic and supports any number of backends being plugged into it.

See: http://www.emacswiki.org/emacs/AutoComplete

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜