Skip to content

drielsma/flycheck-xcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flycheck extension for Xcode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%