-3

I am a beginner to programming, I know Java as well as C, but how do I enable autocomplete in Emacs when I start it for the first time. I have tried googing lots and still can't come up with a solution because of its complexity.

Please kindly help me with step by step solution.So if I am typing code, it should complete it for me.

user2282137
  • 39
  • 10

3 Answers3

4

You could try Java auto complete: http://www.emacswiki.org/emacs/AutoJavaComplete

Kaffiene
  • 705
  • 4
  • 12
3

There a few autocomplete extensions available on the emacs wiki:

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

If you follow the links there, you can find manuals on how to go about installing/using autocomplete in emacs.

brent
  • 984
  • 1
  • 9
  • 12
0

Look to following article about CEDET - it also contains instructions on how to use it with autocomplete.

Alex Ott
  • 80,552
  • 8
  • 87
  • 132