It would be really nice, if there would be a feature allowing to quickly edit uml classes. This could look like a editor-view where you can enter:
Classname
----
Attributes
---
Methods
Example:
Customer
---
id
name
---
getID()
getName()
I hope this is something more people find useful.
Thanks