Emacs: Auto Complete for C++

10,741

Solution 1

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.

Solution 2

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

Share:
10,741
phimuemue
Author by

phimuemue

Updated on June 04, 2022

Comments

  • phimuemue
    phimuemue almost 2 years

    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?