Code Completion with Exuberant Ctags in Emacs
Tuesday, October 22nd, 2013Table of Contents for Emacs Progression
- Emacs key bindings, Paredit and saving macros
- Emacs Color Themes, CTags, CEDET, ECB and other Customizations
- Autocompletion, Jump to documentation, Swank and Slime
- ECB method browsing for PicoLisp
- Emacs 24 and Clojure
- Hiding Clojure and Elisp docstrings in Emacs
- Emacs as a Multi Mode Web Dev IDE is Now Possible
- Code Completion with Exuberant Ctags in Emacs
I’ve put some effort into getting code completion with TAGS files working. I couldn’t get it to work with auto-complete no matter what I tried, there were some addons that I tried but none of them worked. I also tried company-mode but could not get it to work.... Read More