SublimeTextSwiftAutocomplete icon indicating copy to clipboard operation
SublimeTextSwiftAutocomplete copied to clipboard

SourceKitDaemon support

Open Dan2552 opened this issue 8 years ago • 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

Dan2552 avatar May 16 '17 18:05 Dan2552