There are many questions about IDEs and editors, which is better for developing modern software. In the answers, the usual point is that Eclipse has much better language support, for example. for Java and that other editors are lagging behind in this regard.
What qeustion brings: why play catch up at all? Eclipse will always have more development resources, so it makes sense to just use the Eclipse code. It can be separated from the Eclipse user interface, and it can be launched in a separate process, with which Emacs, Vim, and other editors just talk when they need information, want to perform intelligent code completion, or refactor.
Is there an existing project that is trying to do this? This would be the best of both worlds: you could use an editor that would be used to, and at the same time, the powerful language support provided by Eclipse.
source share