Dave Schinkel

Avatar
  • 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...
    • 3 followers
    • 3 comments
    • -1 votes
  • 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 ...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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:  
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 9 comments
    • 0 votes
  • 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'...
    • 6 followers
    • 18 comments
    • 1 vote
  • 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...
    • 4 followers
    • 21 comments
    • 2 votes
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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...
    • 3 followers
    • 5 comments
    • 1 vote