-
Notifications
You must be signed in to change notification settings - Fork 6
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
Failed to work with IDEA 141.914 version #13
Comments
the same problem with PhpStorm 9 build 141.1912
|
Workaroundin your project folder in the <component name="ProjectTemplateVariables">
<templateVariables>
<variable name="NAME_IN_TEMPLATE">The Value</variable>
</templateVariables>
</component>
|
Duplicate of #12 |
@phptux Doesn't work for me. |
This is apparently is a result of JetBrains/intellij-community@0ec2768#diff-da751a166c55451a00fb447791ba3b9eL130. The problem is that the signature of that function was changed to expect a fourth parameter, which should be the `Project` object. Fortunately we have one handy in the `project` attribute. Note that this is my first ever foray into Java from a PHP world, and that I haven't tested this fix yet. Fixes vkravets#12, vkravets#13, vkravets#14
I've opened #15, which I think would fix this. But in the mean time I discovered that somebody has already released a fixed version, "Global File and Code Template Variables". You can install it by searching for it in the plugin repositories via the PHPStorm preferences pane. |
The text was updated successfully, but these errors were encountered: