A simple (hopefully) question for those who use PHPStorm to develop with WordPress. Is there any way to exclude individual files from the project?For example, if I set up a WordPress project from the WP root and the only file I'd like to keep in the project from the root directory is the wp-config.php file, how do I exclude the other files? (index.php, wp-cron.php, etc...)
--
You received this message because you are subscribed to the Google Groups "Minneapolis St. Paul WordPress User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mpls-stpaul-word...@googlegroups.com.
To post to this group, send email to mpls-stpau...@googlegroups.com.
Visit this group at http://groups.google.com/group/mpls-stpaul-wordpress.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Gabe-I think you're referring to the ability to Exclude directories in the project, which then hides them from the Project panel, searches, etc; that you want to do this with individual files?I don't think it's possible. (But would be a cool feature!) You can mark a file "as plain text" (right-click on the file), and this will exclude the file from code completions and inspections, but it will still appear in the file listing for the project. I don't think this is what you're after, but it seems to be the closest possible thing at the moment.
On Fri, Jun 14, 2013 at 2:58 PM, Gabe Shackle <gabe.s...@gmail.com> wrote:
A simple (hopefully) question for those who use PHPStorm to develop with WordPress. Is there any way to exclude individual files from the project?For example, if I set up a WordPress project from the WP root and the only file I'd like to keep in the project from the root directory is the wp-config.php file, how do I exclude the other files? (index.php, wp-cron.php, etc...)
--
You received this message because you are subscribed to the Google Groups "Minneapolis St. Paul WordPress User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mpls-stpaul-wordpress+unsub...@googlegroups.com.