David Mackey
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 14
-
Created WebStorm showing warning "Invalid number of arguments, expected 2" when calling Vuex mutation?
I have a call to a Vuex mutation like so: slideToFrame(framePosition) { this.setCurrentFrameId(this.currentViewData.scanFramesList[framePosition - 1]);}, The mutator looks like this: setCurrentFra... -
Created How to block VM:number files from being stepped through when debugging JS in PyCharm?
I'm stepping through a Django application with a Vue front-end using the JS debugger in PyCharm. I can exclude scripts (e.g. Vue itself) from being stepped through by adding them to Settings -> Bui... -
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...