Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any open source command line tools to refactor java code? [closed]

I use vim as my editor but I would like to get some of the same power of the IDE's for java when it comes to refactoring. Are there any commandline tools for refactoring java? I could probably hack something together using perl or vim scripting but if there is something already out there I'd rather use that.

like image 307
Jeremy Wall Avatar asked Apr 01 '09 04:04

Jeremy Wall


1 Answers

You could try Eclim. The goal of Eclim is to expose the functionality of Eclipse within Vim. In particular, there are a few commands for refactoring that are supported.

like image 78
Daniel Trebbien Avatar answered Sep 28 '22 05:09

Daniel Trebbien