Flycheck Xcode

Alternatives To Flycheck Xcode
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Sourcekittendaemon514
2 years ago15mitSwift
Swift Auto Completions for any Text Editor
Awesome Ios Blog Article299
6 years ago
iOS学习与开发过程中,发现的比较好的一些博客和文章之类的内容,收集着,利人利己,持续更新。
Lsp Sourcekit87
6 months ago7gpl-3.0Emacs Lisp
lsp-mode :heart: Apple's sourcekit
Xcode Mode55
6 years ago7Emacs Lisp
xcode-mode is a minor mode for Emacs to perform Xcode like actions in your projects.
Emacs Xcode37
10 years agoEmacs 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 Art32
12 years agoEmacs Lisp
textmate, xcode, emacs & intellij color theme
Syntax Themes29
6 years agocc-by-sa-4.0Vim script
:art: Information and files on various syntax highlighting themes
Emaxcode23
9 years agoEmacs Lisp
My Emacs setting for Objective-C, Xcode
Editornotes23
6 years ago
Emacs, vim, Sublime, Atom, IntelliJ, etc
Xcode Scripts7
9 years agootherShell
Xcode related scripts
Alternatives To Flycheck Xcode
Select To Compare


Alternative Project Comparisons
Readme

Flycheck Xcode

https://melpa.org/packages/flycheck-xcode-badge.svg

flycheck-xcode

Flycheck extension for Apple’s Xcode.

Install

(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)))

Screenshots

These are screenshots comparing Emacs vs Xcode’s display of errors/warnings.

Objective-C

./screenshots/emacs_objc.png ./screenshots/xcode_objc.png

Swift

./screenshots/emacs_swift.png ./screenshots/xcode_swift.png

Popular Xcode Projects
Popular Emacs Projects
Popular Integrated Development Environments Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Swift
Xcode
Emacs Lisp
Emacs
Screenshot