Skip to content

Commit

Permalink
Merge pull request #14 from artemy/#13-phpstorm
Browse files Browse the repository at this point in the history
#1#: Add support for PhpStorm
  • Loading branch information
artemy authored Nov 19, 2024
2 parents 70a99e2 + 4155808 commit 676126a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Alfred workflow for opening your JetBrains IDEs projects
| DataGrip | 2020.3+ | datagrip |
| GoLand | 2020.3+ | goland |
| IntelliJ IDEA | 2020.3+ | idea |
| PhpStorm | 2024.3+ | phpstorm |
| PyCharm | 2020.3+ | pycharm |
| RustRover | 2024.1+ | rustrover |
| WebStorm | 2020.3+ | webstorm |
Expand Down
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
['DataGrip', 'datagrip', 'com.jetbrains.datagrip'],
['GoLand', 'goland', 'com.jetbrains.goland'],
['IntelliJ IDEA', 'idea', 'com.jetbrains.intellij'],
['PhpStorm', 'phpstorm', 'com.jetbrains.phpstorm'],
['PyCharm', 'pycharm', 'com.jetbrains.pycharm'],
['RustRover', 'rustrover', 'com.jetbrains.rustrover'],
['WebStorm', 'webstorm', 'com.jetbrains.webstorm'],
Expand Down
Binary file added icons/phpstorm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions products.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"idea": {
"folder-name": "IntelliJIdea"
},
"phpstorm": {
"folder-name": "PhpStorm"
},
"pycharm": {
"folder-name": "PyCharm"
},
Expand Down

0 comments on commit 676126a

Please sign in to comment.