Vanco / SequencePlugin

SequencePlugin for IntelliJ IDEA
Other
686 stars 196 forks source link

Sequence Diagram option shows disabled #25

Closed nimitbhargava closed 6 years ago

nimitbhargava commented 6 years ago

Followed the explanation from here

image

The Sequence Diagram option is showing disabled. [Expected] Sequence Diagram should be enabled when open from inside the class definition I am just trying out this plug in on a php project in Intellij IDEA 17.2 Using this project to test the plug in.

Vanco commented 6 years ago

The Sequence Diagram is designed for JAVA code only. It will enable when you place the input cursor on java method name or inside java method.

nimitbhargava commented 6 years ago

Appreciate the response. Thanks for clarification!

Vishnu05 commented 3 years ago

I'm facing this issue @Vanco I'm trying to use this only for JAVA projects. Still, the option seems to be disabled. image

Vanco commented 3 years ago

1) Open one JAVA file 2) Place the caret at the METHOD name

The menu should enabled.

Vishnu05 commented 3 years ago
  1. Open one JAVA file
  2. Place the caret at the METHOD name

The menu should enabled. @Vanco For methods also it is not showing image

icecreamwala12 commented 3 years ago

Facing the same issue. Also what do you mean by add caret in method name

Vanco commented 3 years ago

Place your cursor/caret at the METHOD name. or right click the method name show context menu.

Vishnu05 commented 3 years ago

@Vanco Thanks man it works, it is working when I place the cursor at the methods. One thing to ask apart from the method does this extension create a whole structure of the Java project completely?

Vanco commented 3 years ago

@Vanco Thanks man it works, it is working when I place the cursor at the methods. One thing to ask apart from the method does this extension create a whole structure of the Java project completely?

Not yet. Just make use of the power of IntelliJ's Power.