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!
- Install IntelliJ from the official website or whatever makes sense for your operating system.
- Copy the file
gradle.properties.example
and rename it togradle.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. - Use IntelliJ to Open the root folder of this repo. A Gradle daemon should start building the project.
- In the Gradle menu, select
call-graph-plugin / Tasks / intelliJ / buildPlugin
to build the plugin.