IDE plugin for visualizing the navigation graphs
Hi, I think that having an IDE plugin for visualizing the navigation graphs is a good idea, what do you think? I want to know if there is any technical limitation that prevents having it. I can work on implementing this feature, let me know if you have any advice or things I need to know before I start.
Hi @MohamedRejeb
I have thought about this numerous times, but haven't had time to properly investigate and explore it.
I would say, KSP task could provide some output file with details of the graphs, and the plugin would read it and display the interactive nav graph. KSP task is already outputting stuff like mermaid files for the structure of the graph, so either make use of that file (if the formatting is good enough -- I guess if the plugin used JS, it could just render the mermaid file directly 🤔 ?).
Let me know if I can help 🤞
We can use this one: https://plugins.jetbrains.com/plugin/20146-mermaid but for some reason is not opening the preview tab 😓
I don’t think it works on Android studio unfortunately. At least not in with the version I tested on.
I don’t think it works on Android studio unfortunately. At least not in with the version I tested on.
Correct, it works with IntelliJ IDEA CE but not with Android Studio 😢 And not having the "zoom/pan" feature it's a pain in bigger charts. Html at least opens in any browser.
Correct, it works with IntelliJ IDEA CE but not with Android Studio
You need to install JBR with JCEF for it to work on AS https://issuetracker.google.com/issues/159933628#comment7