Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeschinkel/5529171 to your computer and use it in GitHub Desktop.
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.
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
@flashadvocate
Copy link

Thanks Mike, this was helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment