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 Nov 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/_documentations/mdt-intellij-getting-started.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,22 +23,24 @@ Complete the prerequisites and choose to install Codewind on IntelliJ with eithe
23
23
1. From IntelliJ, open either **Preferences** or **Settings**. A new window appears.
24
24
- On macOS, go to **Main**>**Preferences**.
25
25
- On Windows, go to **File**>**Settings**.
26
-
2. Click the **Manage Repositories, Configure Proxy or Install Plugin from Disk** gear icon.
27
-
3. From the menu, click the **Manage Plugin Repositories...** gear icon.
28
-
4. Click the **+** button.
29
-
5. Enter `https://download.eclipse.org/codewind/milestone/0.9.0/updatePlugins.xml`.
30
-
6.**For IntelliJ on Linux and Windows:** After you paste the URL, click outside the entry field so that the URL is deselected. If the URL isn't deselected before clicking **OK**, the URL is saved as a blank entry, and an error occurs.
31
-
7. Click **OK**.
32
-
8. Click the **Marketplace** heading.
33
-
9. In the search field, type `codewind`. The `codewind-intellij` plug-in appears. Click **Install**.
26
+
2. Click **Plugins**.
27
+
3. Click the **Manage Repositories, Configure Proxy or Install Plugin from Disk** gear icon.
28
+
4. From the menu, click the **Manage Plugin Repositories...** gear icon.
29
+
5. Click the **+** button.
30
+
6. Enter `https://download.eclipse.org/codewind/milestone/0.9.0/updatePlugins.xml`.
31
+
7.**For IntelliJ on Linux and Windows:** After you paste the URL, click outside the entry field so that the URL is deselected. If the URL isn't deselected before clicking **OK**, the URL is saved as a blank entry, and an error occurs.
32
+
8. Click **OK**.
33
+
9. Click the **Marketplace** heading.
34
+
10. In the search field, type `codewind`. The `codewind-intellij` plug-in appears. Click **Install**.
34
35
35
36
### Installing Codewind on IntelliJ from the Eclipse Downloads page
36
37
1. Go to the [Eclipse Downloads page](https://download.eclipse.org/codewind/milestone/0.9.0/codewind-intellij-0.9.0.zip) and click `codewind-intellij-0.9.0.zip` to download the file.
37
38
2. From IntelliJ, open either **Preferences** or **Settings**. A new window appears.
38
39
- On macOS, go to **Main**>**Preferences**.
39
40
- On Windows, go to **File**>**Settings**.
40
-
3. Click the **Manage Repositories, Configure Proxy or Install Plugin from Disk** gear icon. From the menu, click **Install Plugin from Disk...**. A window appears that displays the files on your computer.
41
-
4. Choose the `codewind-intellij-0.9.0.zip` file and click **Open**.
41
+
3. Click **Plugins**.
42
+
4. Click the **Manage Repositories, Configure Proxy or Install Plugin from Disk** gear icon. From the menu, click **Install Plugin from Disk...**. A window appears that displays the files on your computer.
43
+
5. Choose the `codewind-intellij-0.9.0.zip` file and click **Open**.
42
44
43
45
## Creating your first project from a template
44
46
1. Start IntelliJ. From the welcome page, click **Create New Project**. The **New Project** window opens.
0 commit comments