Skip to content

Omnicompletion for Kotlin for Vim written in pure Vimscript

License

Notifications You must be signed in to change notification settings

Shadowsith/kotlincomplete.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlincomplete.vim

Omnicompletion for Kotlin for Vim written in pure Vimscript

I write this autocompletion plugin because there is no completion for vim enable and make it easier for people to write kotlin code in vim.

This Project is in a very early stage but if it is finished it will complete

  • static omnicompletion for main keywords
  • dynamic omnicompletion in very special cases (inside class blocks for example)

If it is not so hard to make the script will dynamically check the type of an variable/object and their methods