Popularity
7.9
Stable
Activity
0.0
Stable
1,547
53
184

Code Quality Rank: L5
Programming language: Objective-C
Tags: Plugins     Xcode    
Latest version: v0.1

XToDo alternatives and similar libraries

Based on the "Plugins" category.
Alternatively, view XToDo alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of XToDo or a related project?

Add another 'Plugins' Library

README

XToDo -- Xcode plugin

[image](screenshots/1.png)

[image](screenshots/2.png)

What Can XToDo do?

  • collect and list the TODO,FIXME,???,!!!
  • show stat for an item finished or not (still can not switch on/off)
  • filter results if you have too much todos
  • snippets make a todo comment easily
  • standalone App if you'd like not to wait for 10-sec Xcode starting

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