Development🔗
Building the plugin🔗
You can build and run the plugin either via the command line or through IntelliJ IDEA:
Shell on Linux, macOS and PowerShell🔗
./gradlew buildPlugin
Command Prompt on Windows🔗
gradlew buildPlugin
JetBrains IDE on any platform🔗
Running the IDE with the built plugin🔗
./gradlew runIde
License For testSrc/com/jetbrains🔗
These files are copied to testSrc/com/jetbrains
from IntelliJ IDEA Community Edition
The files are licensed under the Apache License, Version 2.0.
http://www.apache.org/licenses/LICENSE-2.0