Hello all, To ease my pain in using Lift with vim as my main text editor (getting Eclipse set up correctly with the Scala editor has been an exercise in futility thus far), I've developed a vim plugin for lift that is similar to, if far more limited in scope than, the rails.vim plugin.
Its basic purpose is to simplify navigation within lift projects. You can find it at http://www.vim.org/scripts/script.php?script_id=2962 , and on github at http://github.com/Shadowfiend/liftweb-vim . Currently, it provides a few commands: * :Lmodel, Lsnippet, Lactor, Lcomet -- all take a class name and take you to the appropriate associated file * :Lview -- takes a class name and takes you to the appropriate view file * :Lspec or :Ltest -- when called from a class (e.g., GroupSnip), takes you to the associated test file (GroupSnipTest) * :Lclass -- the opposite of Lspec, takes you to the class for the current test Hope this proves useful to someone! Thanks, Antonio -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
