generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 459
Closed
Description
Feature Proposal: Structure mode
Description
Show related code structure in graph for plan mode
Motivation
Make change better and useful to display
Resource
Graphviz Parser
<dependency>
<groupId>guru.nidi</groupId>
<artifactId>graphviz-java</artifactId>
<version>0.18.1</version>
</dependency>
Intellij API
Regarding the community editions, I don't see any APIs.
You can still make your plugin compatible with community editions. Defining optional dependency on com.intellij.diagram
plugin will make diagrams available only in IDEs with the diagrams feature available (paid IDEs).
An alternative is to use different solution, e.g., drawing something “manually” in Swing, or in JCEF embedded browser.
Tasks
- Code review
- Plan mode
Metadata
Metadata
Assignees
Labels
No labels