Vanco / SequencePlugin

SequencePlugin for IntelliJ IDEA
Other
693 stars 198 forks source link

[Feature request] parameter types in diagram #168

Closed pixar02 closed 1 year ago

pixar02 commented 1 year ago

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) or getName(String) (with "detailed option" enabled, it includes the parameters name)

Vanco commented 1 year ago

You can leave the Show simple call name option unselected in Settings > Tools > SequenceDiagram