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
Copy file name to clipboardExpand all lines: basics/getting_started/setting_up_environment.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,16 @@ title: Setting Up a Development Environment
6
6
7
7
Use the following check list to ensure that you are ready to develop your custom plugins.
8
8
9
-
-**IntelliJ IDEA** version 9.0 or later (either Community Edition or Ultimate) must be installed on your computer.
10
-
-**IntelliJ IDEA CE source code** should be checked out to your local computer. This is not a requirement but will make it much easier for you to debug your plugins. For detailed instructions, refer to [Check Out And Build Community Edition](/basics/checkout_and_build_community.md).
11
-
-**Plugin DevKit** plugin must be enabled in IDE
12
-
-**IntelliJ Platform SDK** must be configured for your IDEA project. For more information, see [Configuring IntelliJ Platform SDK](#configuring-intellij-platform-sdk) below.
9
+
-**IntelliJ IDEA CE source code** should be checked out to your local computer. This is not a requirement but will make it much easier for you to debug your plugins. For detailed instructions, refer to [Check Out And Build Community Edition](https://github.com/JetBrains/intellij-community/blob/master/README.md).
10
+
-**Plugin DevKit** plugin must be [enabled in IntelliJ IDEA](https://www.jetbrains.com/help/idea/managing-plugins.html)
11
+
-**IntelliJ Platform SDK** must be configured for your IDEA project. For more information, see below.
13
12
14
13
### Configuring IntelliJ Platform SDK
15
14
16
15
To set up your plugin development environment:
17
16
18
17
* Check out the source code of IntelliJ IDEA Community Edition as described in
19
-
[Check Out And Build Community Edition](/basics/checkout_and_build_community.md).
18
+
[Check Out And Build Community Edition](https://github.com/JetBrains/intellij-community/blob/master/README.md).
20
19
21
20
* Create a new *IntelliJ Platform SDK* under **File \| Project Structure**:
22
21
@@ -26,7 +25,7 @@ To set up your plugin development environment:
26
25
27
26

28
27
29
-
* Select the **IDEA jdk** created in [Check Out And Build Community Edition](/basics/checkout_and_build_community.md) as the default Java SDK:
28
+
* Select the **IDEA jdk** created in [Check Out And Build Community Edition](https://github.com/JetBrains/intellij-community/blob/master/README.md) as the default Java SDK:
0 commit comments