-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Default settings for Plugin missing/incorrect #810
Comments
Maybe this plugin could implement some default settings (File > Default Settings) and/or auto-detect Symfony version and cache folder path. |
20uf
added a commit
to 20uf/idea-php-symfony2-plugin
that referenced
this issue
Apr 15, 2017
I confirm, I have noticed this bug for a while, I have identified (unless I'm mistaken) the cause. |
Haehnchen
added a commit
that referenced
this issue
Apr 15, 2017
[#810] Fixes the folder test for the cache
This issue can be closed :) |
so closed ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having some trouble with the default settings of the plugins. For a start, while Symfony has the cache in
var/cache/
now, the default settings in the plugin point towardsapp/cache/
. Every project I open/create, I have to change this.I also hate code folding, but again, I have to change this for each project. It would all be solved by adding the option to add default settings to the plugin which can be used across projects (not sure if this is possible in phpstorm for plugins).
The text was updated successfully, but these errors were encountered: