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
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,47 +4,47 @@ title: Setting Up a Development Environment
4
4
5
5
### Preliminary Steps
6
6
7
-
Use the following check list to ensure that you are ready to develop your custom plugins.
7
+
Use the following checklist 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
+
-**Get IntelliJ IDEA CE source code** on your local computer. Getting IntelliJ IDEA CE source code is not a requirement for plugin development, but having it makes debugging your plugins much easier. For detailed instructions refer to the _Getting IntelliJ IDEA Community Edition Source Code_ section of [Check Out And Build Community Edition](https://github.com/JetBrains/intellij-community/blob/master/README.md). Note that building IntelliJ IDEA CE from source code is not required for plugin development.
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
-
* 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).
20
-
21
17
* Create a new *IntelliJ Platform SDK* under **File \| Project Structure**:
* Specify the installation folder of *IntelliJ IDEA Community Edition* as the home directory.
23
+
> **warning** You may use IntelliJ IDEA Ultimate as an alternative, but debugging the core code will only work with the *Community Edition*.
26
24
27
25

28
-
29
-
* Select the **IDEA jdk** created in [Check Out And Build Community Edition](/basics/checkout_and_build_community.md) as the default Java SDK:
26
+
<br/>
27
+
<br/>
28
+
* Select the **IDEA jdk** as the default Java SDK. See the _IntelliJ Build Configuration_ section of [Check Out And Build Community Edition](https://github.com/JetBrains/intellij-community/blob/master/README.md) for instructions about creating the **IDEA jdk**.
30
29
31
30

32
-
33
-
34
-
> **warning** You may use IntelliJ IDEA Ultimate as an alternative, but debugging the core code will only work with the *Community Edition*.
35
-
31
+
<br/>
32
+
<br/>
36
33
* In the Sourcepath tab of the SDK settings, click the *Add* button:
37
34
38
35

39
-
40
-
* Specify the directory into which you have checked out the sources of the *Community Edition*:
36
+
<br/>
37
+
<br/>
38
+
* Specify the source code directory for the *IntelliJ IDEA Community Edition*:
0 commit comments