Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Latest commit

 

History

History
91 lines (57 loc) · 3.02 KB

README.md

File metadata and controls

91 lines (57 loc) · 3.02 KB

StackSpot IntelliJ Plugin

Table of contents

About

StackSpot IntelliJ Plugin extends STK CLI to IntelliJ and allows you to create a StackSpot project, apply plugins, and many more features.

Getting started

Build Requirements

  • IntelliJ IDEA 2022.1
  • JDK 11

Gradle Commands

You need to use ./gradlew clean to make sure the changes you made are in the last binary. Now, follow:

  1. Build a plugin to install in your IDE, run:
./gradlew clean buildPlugin

The zip file will be in build/distributions/{plugin_name}-{version}.zip

  1. Run your code:
./gradlew clean runIde

Installation

This plugin is available on JetBrains Marketplace, but you can also install it through the zip file, see below:

Usage

Create a new project (Project Wizard):

gif containing the creation of a project

Using StackSpot tool window after the project opened:

gif containing the StackSpot tool window

Documentation

See StackSpot's documentation to learn more about IntelliJ's plugin:

Contributing

Check out our Contributing Guide to learn about our development process, how to suggest bug fixes and improvements.

See other guides:

Code of Conduct

Please follow the Code of Conduct in all your interactions with our project.

License

Apache License 2.0.

Other information