| javaimports.vim : Inserts all import clauses to your java source file 
 
 
  | script karma | Rating 0/4,
    Downloaded by 1543 | Comments, bugs, improvements | Vim wiki |  
 
script versions (upload new version)| created by |  | Steve Kreyer |  |  |  | script type |  | utility |  |  |  | description |  | This plugin let you write your java application in vim, without taking care about import clauses. Just press `ii (` == backticks)
 to insert all neccessary imports.
 
 Only for GNU Linux OS.
 
 
 |  |  |  | install details |  | See README in the tarball |  |  |  
Click on the package to download.
 
 
ip used for rating: 216.73.216.155
        | vim_javaimports.tar.gz | 1.0.0 | 2018-05-19 | 8.0 | Steve Kreyer | better usability when choosing between choices rework of JRE class extraction:
 * Classes are generated during "make install"=> independent from JDK version now => if you install new jdk you should rerun make clean; make install
 
 known limitations:
 * Class names in the java code written inside strings (encapsulated in quotes) are recognized as false positives.
 |  
        | vim_javaimports.tar.gz | 0.0.6 | 2006-04-25 | 6.0 | Steve Kreyer | - Added Filetype auto command |  
        | vim_javaimports.tar.gz | 0.0.5 | 2006-04-25 | 6.0 | Steve Kreyer | - Fixed bug  in vim script file - Added org.* classes to lib
 - Changed installation directory to ~/.vim directory,
 so an installation as root is no longer required
 |  
        | vim_javaimports.tar.gz | 0.0.3 | 2006-04-24 | 6.0 | Steve Kreyer | Make the plugin a little bit more user friendly. If ambiguous imports occure, the user can choose
 which import clause to insert.
 |  
        | vim_javaimports.tar.gz | 0.0.2 | 2006-04-24 | 6.0 | Steve Kreyer | Changed key mapping from Ctrl-i to `ii |  
        | vim_javaimports.tar.gz | 0.0.1 | 2006-04-24 | 6.0 | Steve Kreyer | Initial upload |  |