Artur

Results 5 comments of Artur

``` if (message[subKey] && entries.length === 0) { ``` instead ``` if (message[subKey] !== undefined) { ``` solves the problem

The same problem we have with ested collections with dto and path like [0]

Agree. It would be very useful - autocomplete systems, containers - with Ctrl + LClick, jump to the place where it used or defined

I've already seen.. .already planned ![image](https://github.com/dirkgroot/structurizr-dsl-intellij-plugin/assets/1325612/9ed98a81-dc91-4712-8d83-d502d950d3c2)