.. Copyright (C) 2005 - 2020 Eric Van Dewoestine This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Java ====== Features -------- .. toctree:: :maxdepth: 1 classpath validate complete search java javadoc format refactor inspection import types methods unittests logging .. toctree:: :maxdepth: 1 ant maven webxml Suggested Mappings ------------------ Here are some mappings for the java funtionality provided by eclim. To make use of these mappings, simply create a ftplugin file for java and place your mappings there (:help ftplugin-name). - Import the class under the cursor with i (:h mapleader): .. code-block:: vim nnoremap i :JavaImport - Search for the javadocs of the element under the cursor with d. .. code-block:: vim nnoremap d :JavaDocSearch -x declarations - Perform a context sensitive search of the element under the cursor with . .. code-block:: vim nnoremap :JavaSearchContext