Dave Schinkel
- 活动总数 241
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 64
-
已编辑于 Cannot Resolve Imports when using babel-resolver
a team I'm working with is using babel-resolver which cuts down on all the crazy '../../../' Consequently in WebStorm I can no longer simply do command + click on the imported file to get to it qui... -
已编辑于 Running Imported Tests with Require Prevents Click Into Test from Test Runner
I noticed that when I try to start managing my specs by running sets of files like this, I can no longer double click a test in the test runner to get to that test if it's been required in a top le... -
已编辑于 `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` or `node --inspect-brk` instead
All of a sudden I'm getting this when start debug on my mocha tests, why is that? WebStorm 2017.2 EAPBuild #WS-172.2953.12, built on June 14, 2017WebStorm EAP UserExpiration date: July 14, 2017JRE:... -
已编辑于 Waiting for debugger to disconnect - Node v8 - Webstorm 2017.2 EAP
I'm not able to call await twice in my test. The first await runs fine, but it never hits my second async await call because it hangs with "waiting for debugger to disconnect...". Not sure if I ... -
已编辑于 Export Test Configurations?
I get tired of having to re-create my test (or any other ones I've created such as for JS Web Debug) configurations if I clone down a new instance of a repo. Is there a way to export those configs... -
已编辑于 WebStorm Mocha Tests with Node Interpreter for react-create-app
Normally I don't use create-react-app but the team I am working with does. react-create-app is a bunch of magic config code done by FB that tries to allow React devs to start get up and running wi... -
已编辑于 Suppressing Specific JSUnresolvedVariable Warnings
How can I cleanly suppress the warnings on unresolved variable for Node environment variables? I don't want to have to keep putting this all over my code, that's just code smell and a terrible way... -
已编辑于 git difftool can't find files that were edited
I'm using Webstorm 2016.2.1 Trying to get difftool to work for the first time here. The goal is to be able to run 'git difftool' at anytime and it'll show the diffs for any files that have been mo... -
创建于 Terminal Keeps Losing History
This is extremely annoying. Sometimes when I open up a project, I have lost all history in terminal in terms of commands and it resorts to old history for some reason. Why is this happening? -
创建于 Change Key Binding for Command + Shift + F (find)
Doing a Command + Shift + F to bring up the find dialog in webstorm also causes the find keybinding in OS X. So consequently I get the OS X find window coming up also at the same time. Is there a...