senny / emacs-eclim

This project brings some of the great eclipse features to emacs developers. It is based on the eclim project, which provides eclipse features for vim.
http://www.emacswiki.org/emacs/EmacsEclim
587 stars 102 forks source link

how to edit xml with emacs-eclim #243

Open LuoPX-15510486969 opened 8 years ago

LuoPX-15510486969 commented 8 years ago

when i use emacs-eclim with android development ,everything works well but when i edit xml files in the same project, it is does not work with the server.I can not use company to complete.But in eclipes i can auto complete. i don not know whether it is because i am in nxml mode. and what should i do to make it work

gopar commented 8 years ago

This is a problem with eclim itself. This is nothing that we can fix without making a pr to the original eclim project (As far as I know).

I know the feeling, I can't get completion either. But on the bright side you still get a warning if the xml structure is incorrect or you use a wrong tag or something.