https://github.com/mrmarble/cerebro-phpstorm
Cerebro plugin to launch PhpStorm projects
https://github.com/mrmarble/cerebro-phpstorm
Last synced: 10 months ago
JSON representation
Cerebro plugin to launch PhpStorm projects
- Host: GitHub
- URL: https://github.com/mrmarble/cerebro-phpstorm
- Owner: MrMarble
- License: mit
- Created: 2020-01-24T12:10:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:55:44.000Z (about 3 years ago)
- Last Synced: 2025-01-17T19:14:48.341Z (12 months ago)
- Language: JavaScript
- Size: 1.46 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cerebro-phpstorm
> [Cerebro](http://www.cerebroapp.com) plugin to launch PhpStorm Projects

It will find the phpstorm config directory and fetch all the recent project directories.
## Requirements
PhpStorm needs to be part of your PATH enviroment variable. If you're using Windows it may be already configurated but on Linux and macOS you have to do it manually.
Check the [jetbrains documentation](https://www.jetbrains.com/help/phpstorm/working-with-the-ide-features-from-command-line.html#launchers-macos-linux) on how to do it.
## Usage
In Cerebro, type `php` or `phpstorm` and some text, to find and select recent PhpStorm project files.
Select the project you want to open and cerebro will launch it in PhpStorm
## License
MIT © [Alvaro Tinoco](https://github.com/mrmarble)