Skip to content
senny edited this page Sep 13, 2010 · 1 revision

You have two possibilities to use the eclipse code completion mechanism inside emacs.

  1. standard completion using the emacs *completion* buffer
    to start the completion, call eclim-emacs-complete. This
    is bound to M-TAB by default.
  2. company-mode backend called: company-emacs-eclim
    To activate this backend, replace company-eclim with
    company-emacs-eclim in the eclim-backends list, or call the
    convenience function company-emacs-eclim-setup.