I just discovered these over the weekend and kicking myself for not discovering it sooner (used PHPStorm for over a year). I just got PHPStorm 6.

I would like to add the following LiveTemplates and FileTemplates on, how do I go about pushing changes up (pull reqs) to GitHub?

  • Migrate Class
  • Migrate Destination
  • Entity (Entity API)
  • EntityController (Entity API)
  • EntityUIController (Entity API)

Comments

sweetchuck’s picture

how do I go about pushing changes up (pull reqs) to GitHub?
Only the manager script hosted by GitHub.

Please attach your templates as Git patch. I will commit them as soon as possible.
git clone --branch 7.x-1.x http://git.drupal.org/project/phpstorm-templates.git

kevinquillen’s picture

Oh, right, of course.

As for the PHPStorm 6 templates, another thread mentioned the format has changed. Is there a guide on how to make them?

sweetchuck’s picture

No need to convert them manually because the PhpStorm-6.x migrate the whole configuration at first run.

I think the ~/WebIde60/config/templates/*.icls files can be ignored.

sweetchuck’s picture

Status: Active » Postponed (maintainer needs more info)

"I would like to add the following LiveTemplates and FileTemplates on"

Migrate Class
Migrate Destination
Entity (Entity API)
EntityController (Entity API)
EntityUIController (Entity API)

What is the expected result?

iTiZZiMO’s picture

Hello everyone, ive get an 404 if i try to download http://git.drupal.org/project/phpstorm-templates.git :/

Is there any other source?

I would love to get these live templates for phpstorm :)

sweetchuck’s picture

@iTiZZiMO Thank you for your interesting. I am always happy when somebody is trying to use this templates. :-)

The mentioned URL is not general download link.
Follow the instructions on the project home page, please. https://drupal.org/project/phpstorm-templates
Then you will be able to use this templates.