Is your feature request related to a problem? Please describe.
Sequence Diagrams don't show types (parameters and return type)
Describe the solution you'd like
An option that enables parameters in the sequence diagram.
ex. :
getName() -> getName() : StringsetName() -> getName(name : String) or getName(String) (with "detailed option" enabled, it includes the parameters name)
Is your feature request related to a problem? Please describe. Sequence Diagrams don't show types (parameters and return type)
Describe the solution you'd like An option that enables parameters in the sequence diagram. ex. :
getName()
->getName() : String
setName()
->getName(name : String)
orgetName(String)
(with "detailed option" enabled, it includes the parameters name)