Dave Schinkel

- Total activity 241
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 64
-
Edited Memory Leak and Slow IDE When Editing Very Long .md files
I've got a really long readme in node. WebStorm is dead slow when it gets so long. And...I eventually got this error below, any way I can resolve this issue? I'm using: WebStorm 2018.1.2Build #... -
Edited JUnit 5 - java: package org.junit.jupiter.api does not exist
AnsweredNo idea what I'm doing wrong here. UPDATED: Solved, see the last screenshots below. First, here's how I tried to import JUnit5: which then created a test/lib folder where it downloaded JUnit5 W... -
Edited Find on Project src folder does not return same results as find on sub folder
No idea why the same exact search results in two result sets here . I do a find on the word "class" on ./src and then I do a find on "class" on ./src/someFolder and they are not recursive it seems ... -
Edited expect not resolving in mocha even after mocha definitely type library added
Why isn't expect resolving here? I import expect into my tests using a test helper I created: import React from 'react'import ReactDOM from 'react-dom'import chai from 'chai'import Enzyme from ... -
Edited Cannot Step Into Code at Breakpoints
Wondering why I'm not able to step into any of the lines inside the component function here. It just skips to the end, to the next constant updaterComponent. it does hit the breakpoint at const ... -
Edited Help Setting up Debug with Sourcemaps & Gulp
Note: Yes I know using webpack would make this very easy but I'm not there yet with this app. For now I need to get this working well with gulp. Not sure what to do, how to get this to work. I try ... -
Created Report to JetBrains button Disabled
AnsweredThere are times the report to JetBrains button is greyed out when critical errors happen, why? -
Edited v2017.3 EAP - Debug Error during Mocha Test Runs: Process finished with exit code 130 (interrupted by signal 2: SIGINT)
I had to reinstall WebStorm due to some licensing issues. Previous I was using 2017.2.xx. I just installed EAP 2017.3 (Build #WS-173.2290.2) and now when I try to debug breakpoints on a test, I... -
Created Save Terminal Tabs
I can't find a way to get WebStorm to save my tabs. If I create multiple terminal tabs, I want them to show next time I close and open WebStorm. Is there a way to do this? -
Edited Debug Points Not Being Hit - JS Debug - React - 2017.2.2
v2017.2.2 Build #: WS-172.3757.55 My debug setup: Chrome WebStorm Debug Pane Example debug points not being hit in <App />: