niroussel / call-graph-plugin

Code Graph Intellij Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call Graph Intellij Plugin

This is the open-sourced repo for the IntelliJ Call Graph plugin. Please feel free to leave comments, feedback, and bug reports (on the Issues tab).

Pull requests are welcome!

How to build the plugin (using IntelliJ)

  1. Install IntelliJ from the official website or whatever makes sense for your operating system.
  2. Copy the file gradle.properties.example and rename it to gradle.properties. This file holds the credential (publish token) for you to publish your local build to Idea plugin repository, and is ignored in version control. This file is required in the Gradle build process, but feel free to leave the sample token value as is. Just remember to replace it with the actual token if you decide to upload the build to the Idea plugin repository.
  3. Use IntelliJ to Open the root folder of this repo. A Gradle daemon should start building the project.
  4. In the Gradle menu, select call-graph-plugin / Tasks / intelliJ / buildPlugin to build the plugin.

About

Code Graph Intellij Plugin


Languages

Language:Kotlin 100.0%