Andrewpk / XLCXcodeAssist

Xcode plug-in to provide some handy features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 83.8%Language:Objective-C++ 10.7%Language:Objective-C 5.0%Language:C++ 0.6%