Using eclim whenever I type log. the following packages are automatically imported:
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
The following line is also added the start of my class:
private static final Log log =
LogFactory.getLog(ClassName.class);
Not sure if this behavior is coming from Eclipse or Eclim. Is it possible to disable this?
This is part of
vimconfiguration, I suggest you to read this to solve your issue : http://eclim.org/vim/java/logging.htmlIn short, you may add
through
:VimSettingsor to your.vimrc.