Skip to content
rlazo edited this page Feb 10, 2013 · 2 revisions

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-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.
Clone this wiki locally