Created
May 6, 2013 23:37
-
-
Save mikeschinkel/5529171 to your computer and use it in GitHub Desktop.
PhpStorm example scope for specifying only WordPress a website's theme and plugin, assuming the only files of concern are .PHP, .CSS and .JS.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file:www/wp-content/themes/my-site-child//*.php||file:www/wp-content/themes/my-site-child//*.css||file:www/wp-content/themes/my-site-child//*.js||file:www/wp-content/plugins/my-site//*.php||file:www/wp-content/plugins/my-site//*.css||file:www/wp-content/plugins/my-site//*.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks Mike, this was helpful!