structurizr / java

Structurizr for Java

Home Page:https://docs.structurizr.com/java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parameter names for Model.addPerson

KKorzuno opened this issue · comments

without location: String name (and String description)
with location: arg1, arg2, arg3 (location being first).

The parameter names are all documented -> https://github.com/structurizr/java/blob/master/structurizr-core/src/com/structurizr/model/Model.java#L137 ... what exactly are you asking with this issue?

I did not do coding for a longer while, so I might be saying silly things.
This is a screenshot from VSCode. It recognises parameter names on all other "add functions" but not the one with 3 input values. And it does it consistently. Maybe a VScode bug of some sort.
person