dot_files/vim-plugins/temp-unloaded-plugins/eclim/doc/vim/scala/complete.txt
2018-02-14 00:00:02 +00:00

22 lines
No EOL
333 B
Text

*vim-scala-complete.html*
Scala Code Completion
*********************
Scala code completion uses the standard Vim code completion mechanism
(vim-code_completion) like so:
>
package eclim.test
class Test {
def test(){
val list = List("foo", "bar", "baz")
list.s<C-X><C-U>
}
}
<
vim:ft=eclimhelp