Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs: Auto Complete for C++

i found this autocompletion for Emacs: http://www.emacswiki.org/emacs/AutoComplete, but I can't find what languages it supports.

I want to use it particular for C++-autocompletion. Has anybody experience with this?

like image 426
phimuemue Avatar asked Dec 28 '22 15:12

phimuemue


2 Answers

As you can see from the User's Guide it has built-in support for C/C++ by means of Semantic. There is also one more tool from the auto-complete mode developer called GCC Sense, which he claims to be most intelligent tool for C/C++ programming and of course it integrates nicely with auto-complete so you might have a look at it as well.

like image 194
Bozhidar Batsov Avatar answered Jan 08 '23 12:01

Bozhidar Batsov


Setup of Emacs with CEDET for autocompletion for C++ is described in my article. You can look to my CEDET config for working setup

like image 36
Alex Ott Avatar answered Jan 08 '23 11:01

Alex Ott