You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
## **About**
19
19
20
-
**StackSpot IntelliJ Plugin**is a plugin that extends [STK CLI](https://docs.stackspot.com/latest/docs/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.
20
+
**StackSpot IntelliJ Plugin** extends [**STK CLI**](https://docs.stackspot.com.br/docs/stk-cli/) to IntelliJ and allows you to create a StackSpot project, apply plugins, and many more features.
21
21
22
22
## **Getting started**
23
23
@@ -28,26 +28,26 @@
28
28
29
29
### **Gradle Commands**
30
30
31
-
Always use `./gradlew clean` to be sure that the change you made are in the last binary.
31
+
You need to use **`./gradlew clean`** to make sure the changes you made are in the last binary. Now, follow:
32
32
33
-
To build plugin to install in your IDE use:
33
+
1. Build a plugin to install in your IDE, run:
34
34
35
35
```
36
36
./gradlew clean buildPlugin
37
37
```
38
38
39
39
The zip file will be in `build/distributions/{plugin_name}-{version}.zip`
40
40
41
-
To run your code use:
41
+
2. Run your code:
42
42
43
43
```
44
44
./gradlew clean runIde
45
45
```
46
46
47
47
## **Installation**
48
48
49
-
We will let this plugin available in JetBrains Marketplace, but if you want to install through the zip file check this:
50
-
[IntelliJ install plugin from the disk](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk)
49
+
This plugin is available on JetBrains Marketplace, but if you can also install it through the zip file, see below:
50
+
-[**Install IntelliJ plugin from the disk**](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk)
51
51
52
52
## **Usage**
53
53
@@ -65,8 +65,8 @@ Using StackSpot tool window after project opened:
65
65
66
66
## **Documentation**
67
67
68
-
Check our official documentation page to use StackSpot IntelliJ plugin:
0 commit comments