0
点赞
收藏
分享

微信扫一扫

IDEA生成时序图的插件(SequenceDiagram)

如题,当我们想画时序图时可以使用这个插件,秒生时许图。

一、安装

1、点击idea左上角File -> Settings... -> Plugins

IDEA生成时序图的插件(SequenceDiagram)_时序图

2、在右侧面板选中输入SequenceDiagram,点击 install 即可

IDEA生成时序图的插件(SequenceDiagram)_时序图_02

 3、再次输入 PlantUML 点击install

IDEA生成时序图的插件(SequenceDiagram)_时序图_03

 

4、重启 IDEA

二、使用

1、找到需要画时序图的方法,点击鼠标右键,单击 Sequence Diagram 下方就会秒生成时序图

IDEA生成时序图的插件(SequenceDiagram)_重启_04

 2、如果需要查看 PlantUML 语法,可以选择 Export 导出 PlantUML 语法

IDEA生成时序图的插件(SequenceDiagram)_右键_05

 



举报

相关推荐

0 条评论