10000 feature #20019 [FrameworkBundle] Add phpstorm ide (hason) · symfony/symfony@533c11c · GitHub
[go: up one dir, main page]

Skip to content

Commit 533c11c

Browse files
committed
feature #20019 [FrameworkBundle] Add phpstorm ide (hason)
This PR was merged into the 3.2-dev branch. Discussion ---------- [FrameworkBundle] Add phpstorm ide | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | E2B7 BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Works on Windows, Mac (https://github.com/aik099/PhpStormProtocol) and Linux (sanduhrs/phpstorm-url-handler@8f7a8df). Commits ------- 450c37c [FrameworkBundle] Add phpstorm ide
2 parents fbc8682 + 450c37c commit 533c11c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public function load(array $configs, ContainerBuilder $container)
106106
'macvim' => 'mvim://open?url=file://%%f&line=%%l',
107107
'emacs' => 'emacs://open?url=file://%%f&line=%%l',
108108
'sublime' => 'subl://open?url=file://%%f&line=%%l',
109+
'phpstorm' => 'phpstorm://open?url=file://%%f&line=%%l',
109110
);
110111
$ide = $config['ide'];
111112

0 commit comments

Comments
 (0)
0