lanbozhang / XToDo

Xcode plugin to collect and list the `TODO`,`FIXME`,`???`,`!!!!`

Home Page:http://imi.im/xtodo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##XToDo -- Xcode plugin to collect and list the TODO,FIXME,???,!!!

image

image

Install

clone this repo Build the project and it's done!

or you can download from this link and move the plugin to path
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/
then restart Xcode

Usage

Open any project and use ctrl+t to trigger the List Window on/off

FAQ

not work for new Xcode ?

Please run this in your Terminal:

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info.plist DVTPlugInCompatibilityUUID`

and remember to change the Xcode path /Applications/Xcode.app if you have a customize Xcode app name or folder like /Applications/Xcode-beta.app

About

Xcode plugin to collect and list the `TODO`,`FIXME`,`???`,`!!!!`

http://imi.im/xtodo


Languages

Language:Objective-C 99.1%Language:Shell 0.9%