29 November 2009

Code auto completion in emacs

I have been looking around for a tool in Emacs which does autocompletion, shows function declaration. I came across a package called CEDET, which promised all these things. It also comes by default in the CVS version of emacs. However, I found the documentation to be piss-poor, worser than most open source projects. There is a "gentle introduction" to CEDET, but I found it useless. Most things like
(require `semantic-ia)
did not work because it was not found. I am now looking for other options.

No comments: