| Open in PHPStormA VS Code extension that allows you to quickly open the current file in PHPStorm with a hotkey. Features
Press Cmd+Shift+O(macOS) to open the active file in PHPStormWorks with any file currently open in VS CodeAutomatically detects PHPStorm installation Installation
Clone or download this extensionOpen the folder in VS CodeRun npm installto install dependenciesPress F5to launch a new Extension Development Host windowTest the extension in the new window Usage
Open any file in VS CodePress Cmd+Shift+O(orCtrl+Shift+Oon Windows/Linux)The file will open in PHPStorm Requirements
PHPStorm must be installedOn macOS: PHPStorm command-line launcher should be configured (Tools → Create Command-Line Launcher)On Linux/Windows: Ensure PHPStorm is in your PATH or configure the launcher through Tools menu KeybindingDefault keybinding: Cmd+Shift+O(macOS) /Ctrl+Shift+O(Windows/Linux) You can customize this in VS Code settings: File → Preferences → Keyboard Shortcuts, then search for "Open in PHPStorm" Extension SettingsThis extension contributes the following settings: 
openInPhpStorm.openFile: Command to open the current file in PHPStorm Development# Install dependencies
npm install
# Compile TypeScript
npm run compile
# Watch for changes
npm run watch
# Package extension
vsce package
 LicenseMIT |  |