Guice IDE Plugin
Key features include:
- Navigation: search for bindings as you would any other declaration or reference
- Module Testing: test your modules before testing your application
- Error Notification: automatic reporting of guice exceptions in your modules
- Error Correction: suggestions to correct guice errors (coming soon)
- Refactoring: refactor injected code (coming soon)
- Visualization: visualize dependency injections (coming later)
More information can be found in the Users' Guide.
An alpha release of the Eclipse version is now available, see the Eclipse Installation Guide.
Plans for future features and releases can be found in the Development Plan.
Guice Tools Framework
Looking to write your own tools for guice? The Guice Tools Framework, the heart of the plugin, makes code analysis simple.