Skip to content

xlc/XLCXcodeAssist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XLCXcodeAssist

Xcode plug-in to provide some handy features:

  • Suggest implementation for missing Swift methods

method

  • Suggest implementation for missing Objective-C methods

method

  • Suggest missing switch case statements for Objective-C & C & C++

switch

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

Requirements

Xcode 5.1.1 or above

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