Vanco / SequencePlugin

SequencePlugin for IntelliJ IDEA
Other
693 stars 198 forks source link

generate sequenceDiagram Failed #134

Closed za34792635 closed 1 year ago

za34792635 commented 2 years ago

image

I want to generate a Diagram for SqlSessionFactoryBuilder.build() in Junit , but it look like doesn't work

za34792635 commented 2 years ago

whatever I saved my setting and click the "Run" button , it doesn't show any more diagram

Vanco commented 2 years ago

I want to generate a Diagram for SqlSessionFactoryBuilder.build() in Junit , but it look like doesn't work

You should navi to source of SqlSessionFactoryBuilder.build(), than generate. for your porpse.

If you don't have source. the generate will not work.

Mostly, it generate on your project source and external call from your source. external call external will not follows.

Vanco commented 1 year ago

A trick:

  1. double click the build method block(not the method call name)(see blue in diagram), will navigate to the source file.
  2. generate diagram there.
Vanco commented 1 year ago

build

A trick:

  1. double click the build method block(not the method call name)(see blue in diagram), will navigate to the source file.
  2. generate diagram there.