In this screencast (5.4 MB) I present 3 tools from the refactoring engine and how they are integrated into the OmniBrowser framework. These demoed tools are:
- Code Critics: Detect common problems and possible bugs in your code, and even provides automatic transformations to fix some of these issues.
- Parse Tree Searcher: Allows one to search for arbitrary code snippets.
- Rewrite Engine: Enables you to quickly define your own refactorings, based on the parse tree searcher.
Update: Check out this article for information on how to load these tools.
Comments
Could you give a short description of the syntax around ‘@object and friends? Thanks!!
See http://st-www.cs.uiuc.edu/users/brant/Refactory/Rewrite.html.