Dan2552/SublimeTextSwiftAutocomplete

SourceKitDaemon support

Dan2552 opened this issue · 0 comments

A SourceKitDaemon adapter could be written with a configuration to choose between SourceKitten/SourceKitDaemon)

It just needs to implement the same methods as the source_kitten module:

  • complete(offset, file, project_directory, text)
  • cursor_info(offset, file, project_directory, text)

and then the subl_source_kitten module would just have to check config on what adapter to call to