David Mackey

- 活动总数 44
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 14
-
David Mackey 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 进行了评论, -
David Mackey 创建了一个帖子, 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...