You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have two possibilities to use the eclipse code completion mechanism inside emacs.
standard completion using the emacs *completion* buffer
to start the completion, call eclim-complete. This
is bound to M-TAB by default.
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.