Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Context] Structure mode #438

@phodal

Description

@phodal

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

graphviz

<dependency>
    <groupId>guru.nidi</groupId>
    <artifactId>graphviz-java</artifactId>
    <version>0.18.1</version>
</dependency>

Intellij API

https://intellij-support.jetbrains.com/hc/en-us/community/posts/18878444756754-use-Diagrams-platform-in-a-new-plugin?utm_source=chatgpt.com

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions