1. About
2.1. Build Requirements
2.2. Gradle Commands
3. Installation
4. Usage
6. Contributing
8. License
StackSpot IntelliJ Plugin extends STK CLI to IntelliJ and allows you to create a StackSpot project, apply plugins, and many more features.
- IntelliJ IDEA 2022.1
- JDK 11
You need to use ./gradlew clean
to make sure the changes you made are in the last binary. Now, follow:
- Build a plugin to install in your IDE, run:
./gradlew clean buildPlugin
The zip file will be in build/distributions/{plugin_name}-{version}.zip
- Run your code:
./gradlew clean runIde
This plugin is available on JetBrains Marketplace, but you can also install it through the zip file, see below:
Create a new project (Project Wizard):
Using StackSpot tool window after the project opened:
See StackSpot's documentation to learn more about IntelliJ's plugin:
Check out our Contributing Guide to learn about our development process, how to suggest bug fixes and improvements.
See other guides:
Please follow the Code of Conduct in all your interactions with our project.