1. About
2.1. Build Requirements
2.2. Gradle Commands
3. Installation
4. Usage
6. Contributing
8. License
StackSpot IntelliJ Plugin is a plugin that extends STK CLI to IntelliJ and allows you to create a StackSpot project, apply plugins, and many more features. But all this is inside of your favorite IDE.
- IntelliJ IDEA 2022.1
- JDK 11
Always use ./gradlew clean to be sure that the change you made are in the last binary.
To build plugin to install in your IDE use:
./gradlew clean buildPlugin
The zip file will be in build/distributions/{plugin_name}-{version}.zip
To run your code use:
./gradlew clean runIde
We will let this plugin available in JetBrains Marketplace, but if you want to install through the zip file check this: IntelliJ install plugin from the disk
Create a new project (Project Wizard):
Using StackSpot tool window after project opened:
Check our official documentation page to use StackSpot IntelliJ plugin: Documentation link
Check out our Contributing Guide to learn about our development process, how to suggest bug fixes and improvements.
Check out other guides:
Please follow the Code of Conduct in all your interactions with our project.

