David Mackey

- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 14
-
David Mackey created a post, 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... -
David Mackey created a post, 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... -
-
David Mackey created a post, 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... -
-
-
David Mackey created a post, 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... -
David Mackey created a post, 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... -
David Mackey commented, -
David Mackey created a post, 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...