Eclipse Style Function Completions in Emacs for C, C++ and JAVA?

autocomplete, emacs, intellisense

Solution

`M-/` is a quick and dirty autocomplete based on the contents of your current buffer. It won't give you everything you get in Eclipse but is surprisingly powerful.

Problem

How Do I Get Eclipse Style Function Completions in Emacs for C, C++ and JAVA? I love the power of the Emacs text editor but the lack of an "intellisense" feature leaves me using Eclipse.

Original source