Skip to content

Commit 97df1f6

Browse files
committed
Add IntelliJ IDEA CE support
1 parent f747e46 commit 97df1f6

File tree

4 files changed

+20
-15
lines changed

4 files changed

+20
-15
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,22 @@ Alfred workflow for opening your JetBrains IDEs projects
99

1010
## Supported IDEs
1111

12-
| IDE Name | Version | Keyword |
13-
|---------------------------|---------|---------------|
14-
| Android Studio | 4.1+ | androidstudio |
15-
| AppCode | 2020.3+ | appcode |
16-
| CLion | 2020.3+ | clion |
17-
| DataGrip | 2020.3+ | datagrip |
18-
| GoLand | 2020.3+ | goland |
19-
| IntelliJ IDEA | 2020.3+ | idea |
20-
| PhpStorm | 2024.3+ | phpstorm |
21-
| PyCharm Professional | 2020.3+ | pycharm |
22-
| PyCharm Community Edition | 2024.3+ | pycharmce |
23-
| Rider | 2024.3+ | rider |
24-
| RubyMine | 2024.3+ | rubymine |
25-
| RustRover | 2024.1+ | rustrover |
26-
| WebStorm | 2020.3+ | webstorm |
12+
| IDE Name | Version | Keyword |
13+
|---------------------------------|---------|---------------|
14+
| Android Studio | 4.1+ | androidstudio |
15+
| AppCode | 2020.3+ | appcode |
16+
| CLion | 2020.3+ | clion |
17+
| DataGrip | 2020.3+ | datagrip |
18+
| GoLand | 2020.3+ | goland |
19+
| IntelliJ IDEA Ultimate | 2020.3+ | idea |
20+
| IntelliJ IDEA Community Edition | 2024.3+ | ideace |
21+
| PhpStorm | 2024.3+ | phpstorm |
22+
| PyCharm Professional | 2020.3+ | pycharm |
23+
| PyCharm Community Edition | 2024.3+ | pycharmce |
24+
| Rider | 2024.3+ | rider |
25+
| RubyMine | 2024.3+ | rubymine |
26+
| RustRover | 2024.1+ | rustrover |
27+
| WebStorm | 2020.3+ | webstorm |
2728

2829
Support for older IDE versions is not guaranteed.
2930

build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
['DataGrip', 'datagrip', 'com.jetbrains.datagrip'],
1010
['GoLand', 'goland', 'com.jetbrains.goland'],
1111
['IntelliJ IDEA', 'idea', 'com.jetbrains.intellij'],
12+
['IntelliJ IDEA CE', 'ideace', 'com.jetbrains.intellij.ce'],
1213
['PhpStorm', 'phpstorm', 'com.jetbrains.phpstorm'],
1314
['PyCharm', 'pycharm', 'com.jetbrains.pycharm'],
1415
['PyCharm CE', 'pycharmce', 'com.jetbrains.pycharm.ce'],

icons/ideace.png

4.67 KB
Loading

products.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"idea": {
1919
"folder-name": "IntelliJIdea"
2020
},
21+
"ideace": {
22+
"folder-name": "IdeaIC"
23+
},
2124
"phpstorm": {
2225
"folder-name": "PhpStorm"
2326
},

0 commit comments

Comments
 (0)