SketchIt!
SketchIt@bitbucket.org |
SketchIt@jetbrains.com |
Author |
Donate with PayPal SketchIt! is a reverse-engineering plugin that generates UML diagrams from your code in the PlantUML format. For this reason, it works perfectly with plugin
PlantUML integration (In its current version, it has only been tested with Java code) Usage To generate or refresh diagrams, nothing more simple; let's go to the Tools menu and select "Sketch It! (generate UML diagrams)"
Features - Generate a component diagram at the project root
- Generate a light class diagram per module
- Generate a detailed class diagram per package
- Generate methods inside classes
- Generate attributes inside classes
- Generate inheritance relationships between classes
- Generate association relationships between classes
- Generate inner-classes relationships
- Distinguish classes, abstract classes, interfaces, enumerations
- Generate possible values for enumeration
- Generate visibility for methods and attributes
- Distinguish static methods and attributes