Dave Schinkel
- Total activity 241
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 64
-
Created Git Add turns File Blue not Green
Usually when I perform a git add from the command-line in Webstorm, the red file that hasn't been committed yet to my git index turns green afte the git add. Recently though I went to Preferences ... -
Created Built-in Git Diff/Merge Tool?
I do Git from command-line and nothing's gonna change that. I know Webstorm has a bunch of UI ways of performing Git commands but I prefer command-line. With that, is there a built-in merge tool ... -
Created Jumping from Debug Point to Debug Point
None of the options I try as far as stepping through debug in my javascript is jumping from debug point straight to the next debug point. It's always stopping on subsequent lines of code before it... -
Created Jumping from Debug Point to Debug Point
None of the options I try as far as stepping through debug in my javascript is jumping from debug point straight to the next debug point. It's always stopping on subsequent lines of code before it... -
Created Mocha Webstorm Config with Babel / --harmony
Here's the screen cast showing my issue also: https://youtu.be/0HRc3QpfUHMI've been running my mocha tests via gulp tasks and terminal up till now in Webstorm. I have Webstorm v.10.0.4.So here's w... -
Created JS Filename shows Red
After renaming a .js file, now it's showing up red in Webstorm. I verified that there is no squiggly line under that red filename which would indicate some JS errors so why is it still red? I ren... -
Created Copy copies background also
AnsweredThis drives me crazy. Is there a way to get webstorm to copy readable code from the editor? I'm using a dark theme so I end up with lousy colors after I paste into OneNote or other editors -
Created Where to find Program to run for Babel in File Watcher
First time trying to setup both Babel and babel in OS X Yosemite for my Node project. (I've read all the webstorm docs on this but stil not quite sure about one fo the params ("Program")).Here's w... -
Created EditorConfig is overriding code style settings for this file
what the heck am I supposed to do here? This means nothing to me and I searched the web and found nothing about it.I've been changing my editor color and fonts...I don't want to disable it not kno... -
Created Webstorm Caching Code????
I'm becoming frustrated with Webstorm. It may be because I'm new to it and so far love it EXCEPT lately where it seems to cache code when I debug.So here's what is frustrating me, just an example ...