Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sourcekittendaemon | 514 | 2 years ago | 15 | mit | Swift | |||||
Swift Auto Completions for any Text Editor | ||||||||||
Awesome Ios Blog Article | 299 | 6 years ago | ||||||||
iOS学习与开发过程中,发现的比较好的一些博客和文章之类的内容,收集着,利人利己,持续更新。 | ||||||||||
Lsp Sourcekit | 87 | 6 months ago | 7 | gpl-3.0 | Emacs Lisp | |||||
lsp-mode :heart: Apple's sourcekit | ||||||||||
Xcode Mode | 55 | 6 years ago | 7 | Emacs Lisp | ||||||
xcode-mode is a minor mode for Emacs to perform Xcode like actions in your projects. | ||||||||||
Emacs Xcode | 37 | 10 years ago | Emacs Lisp | |||||||
A set of tools to make OS-X and iPhone development with emacs pleasant. It simplifies writing objective-c applications and provides utilities to compile and lunch the project. | ||||||||||
Zen And Art | 32 | 12 years ago | Emacs Lisp | |||||||
textmate, xcode, emacs & intellij color theme | ||||||||||
Syntax Themes | 29 | 6 years ago | cc-by-sa-4.0 | Vim script | ||||||
:art: Information and files on various syntax highlighting themes | ||||||||||
Emaxcode | 23 | 9 years ago | Emacs Lisp | |||||||
My Emacs setting for Objective-C, Xcode | ||||||||||
Editornotes | 23 | 6 years ago | ||||||||
Emacs, vim, Sublime, Atom, IntelliJ, etc | ||||||||||
Xcode Scripts | 7 | 9 years ago | other | Shell | ||||||
Xcode related scripts |
Flycheck extension for Apple’s Xcode.
(use-package flycheck-xcode
:ensure t
:commands (flycheck-xcode-setup)
:init
(mapc
(lambda (x)
(add-hook x #'flycheck-xcode-setup))
'(c-mode-hook c++-mode-hook objc-mode-hook swift-mode-hook)))
These are screenshots comparing Emacs vs Xcode’s display of errors/warnings.