Adding new stuff

This commit is contained in:
ViktorBarzin 2017-08-08 00:00:02 +03:00
parent 756244e2c1
commit 78e3a50c53
238 changed files with 34382 additions and 0 deletions

View file

@ -0,0 +1,35 @@
*vim-scala-import.html*
*:ScalaImport*
Automated Imports
*****************
The automated import functionality is pretty straightforward. Simply
place the cursor over the element to import and issue the command:
:ScalaImport
and one of the following events will occur:
- If only one matching element is found, its import statement will
be placed in the file.
- If multiple matching elements are found, you will be prompted to
choose the element you wish to import from a list.
- If an element with the same name is already imported then no
changes will occur.
Note: Like the scala-ide (as of the time of this writting), imports
are simply appended to the end of your file's import block. There is
no attempt made to sort or group imports.
Configuration
=============
Eclim Settings (vim-settings)
- |org.eclim.java.import.exclude| - Scala importing honors the java
import exclussion setting.
vim:ft=eclimhelp