Skip to content

Crucible connector for open review files in PhpStorm IDE

Notifications You must be signed in to change notification settings

livsi/crucible-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crucible connector for open review files in PhpStorm IDE

Open files from code review in IDE.

preview

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