Skip to content

[FrameworkBundle] Add phpstorm ide #20019

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2016
Merged

Conversation

hason
Copy link
Contributor

@hason hason commented Sep 22, 2016

Q A
Branch? master
Bug fix? no
New feature? yes
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).

@hason hason changed the title [FramreworkBundle] Add phpstorm ide [FrameworkBundle] Add phpstorm ide Sep 22, 2016
@@ -100,6 +100,7 @@ public function load(array $configs, ContainerBuilder $container)
'macvim' => 'mvim://open?url=file://%%f&line=%%l',
'emacs' => 'emacs://open?url=file://%%f&line=%%l',
'sublime' => 'subl://open?url=file://%%f&line=%%l',
'phpstorm' => 'pstorm://open/?url=file://%%f&line=%%l',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the slash before "?" necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hason hason changed the title [FrameworkBundle] Add phpstorm ide [WIP] [FrameworkBundle] Add phpstorm ide Sep 22, 2016
@hason hason changed the title [WIP] [FrameworkBundle] Add phpstorm ide [FrameworkBundle] Add phpstorm ide Sep 30, 2016
@fabpot
Copy link
Member

fabpot commented Sep 30, 2016

Thank you @hason.

@fabpot fabpot merged commit 450c37c into symfony:master Sep 30, 2016
fabpot added a commit that referenced this pull request Sep 30, 2016
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
| 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
@hason hason deleted the pstorm branch October 3, 2016 07:27
@fabpot fabpot mentioned this pull request Oct 27, 2016
xabbuh added a commit to symfony/symfony-docs that referenced this pull request Nov 22, 2016
This PR was merged into the master branch.

Discussion
----------

Updated the framework.ide description

- PHPStorm was added here but it was never documented: symfony/symfony#20019
- PhpStormProtocol is not only needed for Windows: https://github.com/aik099/PhpStormProtocol

Commits
-------

b619fc2 Updated the framework.ide description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants