Vanco / SequencePlugin

SequencePlugin for IntelliJ IDEA
Other
678 stars 188 forks source link

Other programming languages support #114

Open murich opened 2 years ago

murich commented 2 years ago

Please make a guide on how to add support of other languages. I would like to add Solidity. Thank you.

Vanco commented 2 years ago

You can read source code for reference.
Tips:
Interface IGenerator for generate sequence call stack (a tree style text), witch will render as diagram. Interface SequenceNavigable for navigation code when click diagram.

You can give a try.