Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 712 Bytes

readme.org

File metadata and controls

26 lines (21 loc) · 712 Bytes

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