https://github.com/livsi/crucible-connector
Crucible connector for open review files in PhpStorm IDE
https://github.com/livsi/crucible-connector
crucible-connector phpstorm-ide
Last synced: 4 months ago
JSON representation
Crucible connector for open review files in PhpStorm IDE
- Host: GitHub
- URL: https://github.com/livsi/crucible-connector
- Owner: livsi
- Created: 2018-08-30T08:26:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T21:02:48.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:19:23.626Z (about 2 years ago)
- Topics: crucible-connector, phpstorm-ide
- Language: PHP
- Size: 147 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crucible connector for open review files in PhpStorm IDE
Open files from code review in IDE.

## Requirements
PhpStorm 2018.+
Crucible 4.4.1+
## Installation
Download crucible-connector.phar in you project
```
Create runner in Preferences | Tools | External Tools:
Name: crucible-connector
Description: Run built-in server for open files from crucible in PhpStorm
Program: php
Arguments: -S localhost:51235 crucible-connector.phar
Working directory: $ProjectFileDir$
```
Optional settings:
In __Preferences | Build, Execution, Deployment | Debugger__ set Allow unsigned request in true.
## Usage
__Main menu | Tools | External Tools | crucible-connector__
For quick view icon - you can add bookmarklet in you bookmarks panel
```
javascript:AJS.$(".ide-icon").show();
```
## Todo
* Realize port mapping for custom built-in IDE server port setting (workflow with multiple projects simultaneously)
* Make possibility checkout branch from review