Dave Schinkel

- Total activity 241
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 64
-
Created Generate Method Stub Keyboard Shortcut?
Is there a keyboard shortcut to allow me to place my cursor on the method name that doesn't exist yet and have it create a method stub for it quickly? I don't want to use menus, I want to use a re... -
Created Live Rename
I've seen in IntelliJ where you can start to rename something, lets say a variable and it renames all instances in that file as you type. So lest say I have this: var me = "Jason" ...some other ... -
Created Mocha Debug Stalls - Node 5.0.0, Webstorm 2016.2.1
No idea why this is now stalling after installing the newest version of Webstorm. Debug just sits there and eventually stalls and never hits the breakpoint I've set in my mocha test: -
Created Text Changes Color with Space - Markdown
I can't figure out why this is changing color nor do I see an option for whatever this is in the Markdown section for colors. I have no idea what's controlling this particular color change behavio... -
Edited Cannot Change Color of Certain Console Text
WebStorm 11.0.4 OS X El Captain I've tried everything, there's no way to change this text color. It's as though Webstorm takes it over and locks it for some reason. I've tried changing it through... -
Edited Test Runner Runs Dog Slow
Wondering why my tests take a minute or more to run. I'm only running a handful of tests maybe 2-3. Here's my config An example test: it('should go to Company Detail Page when company is clicked'... -
Edited Webstorm Debug Shows Object as Undefined But Same Object shows Graph in Console
Why when I put a breakpoint in Webstorm on the console.log below is it saying it's undefined yet if I run this code without debug, the console prints out the object graph for expected? Console: He... -
Created Not Getting Path Resolution in React.js Components
Trying to load an image in my React component. Normally in Webstorm with anything I can hold down Command and mouse over the path and see if it's resolving. But for some reason when I try to do t... -
Created Can't change color of Certain Test Result test in Console
I'm running mocha tests and I've been able to tweak the colors of the console to my liking except for one color which is the lighter grey you see below. I can't for the life of me figure out why I... -
Created Use Option as Meta Key for OS X Terminal Does not work inside Webstorm
After setting my OS X keyboard to use "Use Option as Meta Key" in the keyboard preferences in OS X, that allows me in terminal to use combinations like Alt + b and Alt + f to move from word to word...