On Dec 29, 12:10 am, Ben Schmidt <[email protected]> wrote: > If you're wanting on-the-fly syntax checking that your identifiers are valid, > this > is very difficult and I don't think anybody has managed it yet. That approach > has > a number of drawbacks, too.
Not on-the-fly (yet), but VIM with installed eclim [1] plugin is able to display compilation errors in your java file on save (:write) the file from VIM. (The information about errors list in the current file is obtained from the eclipse instance, running in background.) After :write the current buffer, compilation errors and warnings (+ optionally checkstyle output) are available to work with using normal location list functionality (:lopen, :lprev, :lnext etc). -- Anton [1] http://eclim.sourceforge.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
