johncsnyder / SwiftKitten

Swift autocompleter for Sublime Text, via the adorable SourceKitten framework
MIT License
139 stars 18 forks source link

Easy to port? #1

Closed Alexey-T closed 8 years ago

Alexey-T commented 8 years ago

Hi. Is it easy to port to Cudatext [uvviewsoft.com] ? What is needed, some Swift toolkit?

johncsnyder commented 8 years ago

I'm not too familiar with Cudatext, but it should be straightforward I guess. You need to install SourceKitten separately. SwiftKitten makes requests to SourceKitten via a python subprocess. SourceKitten does all the hard work. You're welcome to fork and give it a shot.

Alexey-T commented 8 years ago

Thanks..