facebook twitter hatena line email

VisualStudioCode/PlantUML

提供: 初心者エンジニアの簡易メモ
2022年1月14日 (金) 16:00時点におけるAdmin (トーク | 投稿記録)による版 (PlantUMLのプラグイン)

移動: 案内検索

PlantUMLのプラグイン

クラス図

@startuml
class Enemy {
    + string type
    ~ string name
    # void SayHello()
    - void Attack()
}
@enduml

参考:https://gist.github.com/yoggy/bd68b3f1f55dbd742bea71424ca66564