All Projects → keith → sourcekittendaemon.vim

keith / sourcekittendaemon.vim

Licence: MIT license
Autocomplete Swift in Vim

Programming Languages

python
139335 projects - #7 most used programming language
Vim Script
2826 projects

SourceKittenDaemon.vim

This plugin provides vim integration with SourceKittenDaemon. This means you can have autocomplete for Swift projects in vim.

This plugin uses the normal 'omnifunc' infrastructure. By default completion is mapped to <C-x><C-o>. See :help 'omnifunc' for more information.

Limitations

  • SourceKittenDaemon doesn't yet provide support for xcworkspaces
  • This plugin doesn't do anything about completion tokens (meaning you can't do <TAB> to jump between args as you do in Xcode)
  • Currently completion only seems to work after dots
  • Currently you cannot configure the port used with SourceKittenDaemon, use the default 8081.

Installation

Install and setup SourceKittenDaemon.

If you don't have a preferred plugin installation method, check out vim-plug.

NOTE: This plugin doesn't provide Swift runtime files. If you'd like those checkout swift.vim

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].