digma-ai / digma-intellij-plugin

Digma JetBrains plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Runtime Analysis for Non-Trivial Java Code

Build

  • ./gradlew clean buildPlugin [-PbuildProfile=XXX]

Load to Idea

  • load the project into IntelliJ IDEA community with 'Open' and select the project directory
  • setup jdk 17 for the project 'Project Structure'
  • setup ProjectJdk or jdk 21 for gradle in 'Settings -> Gradle'

Load the dotnet project to Rider

  • run ./gradlew :rider:prepare [-PbuildProfile=XXX]
  • open in rider the solution rider/Digma.Rider.Plugin/Digma.Rider.Plugin.sln

Build Profiles

build profiles build and package a plugin for specific intellij platform version.
see the list of available profiles in BuildProfiles
for example './gradlew clean buildPlugin -PbuildProfile=p241'

About

Digma JetBrains plugin

License:MIT License


Languages

Language:Kotlin 66.8%Language:Java 26.2%Language:C# 5.3%Language:HTML 0.6%Language:FreeMarker 0.6%Language:Shell 0.5%