swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
363 stars 47 forks source link

Hi,Could you give me some suggestion of iOS SDK competetion? #143

Closed oit63 closed 5 years ago

oit63 commented 6 years ago

Hi, I am new to emacs, and I want to write code in emacs from moving from xcode and appcode. And at first I have tried generating yasnippet snippets with iOS SDK headers. but with this method, emacs becomes very slow. I know it is the best practice, but I can not find another one. Could you give some advice?

taku0 commented 6 years ago

company-sourcekit or Swift Language Server+lsp-mode may work, though I haven't tried them yet.

oit63 commented 6 years ago

thank you very much! company-sourcekit seems good, and I will try it tonight.

msanders commented 6 years ago

emacs-ycmd is now an option as well (via SwiftySwiftyVim).