Skip to content

zenangst/XLCXcodeAssist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XLCXcodeAssist

Xcode plug-in to provide some handy features:

  • Suggest implementation for missing Objective-C methods

method

  • Suggest missing switch case statements

switch

  • Smarter + and + +
    • Move/Select cursor to position before first non-white space character instead of very beginning of the line

Requirements

Xcode 6

Or

Xcode 5.1.1

Install

Install via Alcatraz

Or

Clone and build the project, then restart Xcode.

Uninstall

Run rm -r ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/XLCXcodeAssist.xcplugin/

About

Xcode plug-in to provide some handy features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 85.3%
  • Objective-C++ 10.5%
  • C 3.6%
  • C++ 0.6%