I know that Vim / Emacs offers some enticing features without a mouse for entering programs. I have tried both and I like these features. But with Java coding, especially with the extensive use of libraries, the Eclipse autocomplete and highlight functions are too useful to be delayed. Is there a way to combine the best of both worlds?
maybe something like this: eclim ?
Vim JDE (script) does this for vi, Eclim tries to get vi to do everything that Eclipse does in this sense, but also requires that you run Eclipse in headless mode while you use vi.
For Emacs, you can try JDEE .
Good luck
I think you need to go the other way and put Emacs / VIM in Eclipse.
in Vim you have :make and :cn with :cn to go through compiler errors / warnings, but this is not real-time with automatic spelling corrections like Eclipse.
:make
:cn
Source: https://habr.com/ru/post/1336660/More articles:XML parsing problems with XSL in it - androidWhy is the difference between int a [5] = {0} and int a [5] = {1} (missing function) - c ++problem with sizeof operator - c ++How can I parse a ZIP file using Crypto ++? - c ++Generating a pdf file using java - javaAndroid database (SQLite) returns a non-empty cursor from an empty table - androidVisual Studio Add-in for editing a project file (csproj) - c #Hide / Show selection options based on another selection option in jQuery - javascriptWhat is a possible alternative to these static variables? - c #How to track my software, available as a link to other sites - c #All Articles