David Mackey
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 14
-
Created What and Why: "For WordPress containing plugins inside it's better to add whole WordPress to project"
In the PhpStorm documentation one is instructed to create a project using only the folder containing the project files and the WP install is represented as a separate entity one includes in the pro... -
Created Can PhpStorm be configured to recognize functions as used when called via callbacks or as methods of an object?
I'm working with a WordPress plugin. It has some functions which are used only in callbacks and/or as methods of an object. PhpStorm detects these as being "unused" functions. Is there a way to hav... -
Created How to Exclude WordPress Core Functions From Debugging?
Hi All, I'm working on a WP plugin, and as expected it makes frequent calls to the WP core code. I want to consider the WP core code "correct" and only focus on my custom code. Right now I'm steppi... -
Edited Where Did My Ability to Ignore Whitespaces Go?
If I attempt to compare two folders in PhpStorm I lose the options to ignore whitespace in the files...is there a way to still have the ability to ignore whitespace when comparing folders as oppose... -
Created How can I exclude node_modules from Compare wWith?
I have already set the node_modules folder in PhpStorm to be excluded, but when I attempt to compare the project with another project using Compare With... it insists on comparing all the files in ... -
Created JetBrain's Remote Debugging Setup is the Bane of My Existence!!!
I used phpStorm a good bit around two years ago and at the time ran into a number of issues configuring the debugging - both local and remote. More recently I've had cause on a new system with a ne... -
Created PhpStorm Documentation Incorrect?
See here: https://www.jetbrains.com/help/phpstorm/debugging-with-a-php-web-application-debug-configuration.html Note that it states " To add a new entry to the list, click the Add button or pres... -
Created WordPress Debugging Not Working Correctly?
Hi Folks, I have spent hours (and hours) trying to get PhpStorm to handle WordPress debugging properly. Xdebug is working just fine, but when I try to work with a WordPress project all hell seems t... -
Created Definition of "Application Server"
One of the issues I've had using phpStorm is that the help seems to talk about something but not define what that something is. Maybe I'm just a bit dense, but could someone offer me a concise defi... -
Created phpStorm Doesn't Recognize WordPress if I set Content Root to the Theme Rather Than WordPress Root
I have a copy of WordPress on my local system. If I make my content root the base of the wordpress install (e.g. /wordpress/) it recognizes WordPress functions, etc. But I want to work on a single ...