nathankot / company-sourcekit

Completion for Swift projects via SourceKit with the help of SourceKitten
207 stars 16 forks source link

Backends for linux support #27

Open Pitometsu opened 7 years ago

Pitometsu commented 7 years ago

There already exist backends for swift auto-completion on Linux, such as: https://github.com/oblitum/swift-ycm-core

And sourceKitten have Linux support already: https://github.com/jpsim/SourceKitten/issues/179

Is it possible to use it (sourceKitten directly or any small wrapper around it) as fallback - if, or when SourceKittenDaemon unavailable (which not support Linux yet)?

Pitometsu commented 7 years ago

@nathankot looks like SourceKitDaemon soon will support linux. So it worth to test company-sourcekit and update readme than.

stardiviner commented 7 years ago

It's worth a complete Swift Development under Linux setup in README.