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
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# StackSpot IntelliJ Plugin
1
+
# **StackSpot IntelliJ Plugin**
2
2
3
3
## **Table of contents**
4
4
@@ -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 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
@@ -57,35 +57,35 @@ Create a new project (Project Wizard):
57
57
<ahref="https://gifyu.com/image/STIbO"><imgsrc="https://s4.gifyu.com/images/create-project-project-wizard.gif"alt="gif containing the creation of a project"border="0" /></a>
58
58
</p>
59
59
60
-
Using StackSpot tool window after project opened:
60
+
Using StackSpot tool window after the project opened:
61
61
62
62
<palign="center">
63
63
<ahref="https://gifyu.com/image/STIzK"><imgsrc="https://s4.gifyu.com/images/overview-ide.gif"alt="gif containing the StackSpot tool window"border="0" /></a>
64
64
</p>
65
65
66
66
## **Documentation**
67
67
68
-
Check our official documentation page to use StackSpot IntelliJ plugin:
Check out our [**Contributing Guide**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/CONTRIBUTING.md) to learn about our development process, how to suggest bug fixes and improvements.
Please follow the [**Code of Conduct**](https://github.com/stack-spot/stackspot-intellij-extension/blob/main/CODE_OF_CONDUCT.md) in all your interactions with our project.
0 commit comments