Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Context] Structure mode #438

Copy link
Copy link
@phodal

Description

@phodal
Issue body actions

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.