## Things to do in the future. #### Tweak the search results Fix up the styling of the search results a bit. Perhaps add a fancy autocomplete to the search at the top? Pagination would be a interesting and useful feature as well. #### Non-visible classes Add the ability to manage the class index. Allow classes to be marked as non-public visible. Marked classes would not show up in search results, or any indexes. However, would still be mapped for dependancy resolution. This will make adding CakeTestCase to the index easier. #### Parse method references into links. In doc blocks parse out `JsHelper::sortable()` into the class link with method hash for the appropriate class doc page. /([a-z0-9_]+)\:\:([a-z0-9_]+)\(\)/ might do the trick. #### Parse todo and deprecated Parse out the various flavours or todo and deprecated tags to help make code bases more maintainable. Store results in a db to prevent source tree scanning on each request. Create a new shell method to re-generate this storage.