esteinberg / plantuml4idea

Intellij IDEA plugin for PlantUML
Apache License 2.0
629 stars 114 forks source link

not work with package #351

Closed caojianfeng closed 2 years ago

caojianfeng commented 2 years ago

Not work with package

@startuml

class p.c {
}

@enduml

截屏2022-06-28 14 23 00

If I remove the package like this:

@startuml

class c {
}

@enduml

It will be fine 截屏2022-06-28 14 23 10

Environment: Android Studio Bumblebee | 2021.1.1 Patch 1 Build #AI-211.7628.21.2111.8139111, built on February 2, 2022 Runtime version: 11.0.11+0-b60-7772763 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 12.3.1 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 8 Registry: external.system.auto.import.disabled=true, ide.instant.shutdown=false Non-Bundled Plugins: PlantUML integration (5.13.0), plantuml-parser (0.0.3)

krasa commented 2 years ago

Install Graphviz.