Eric Hill
- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 15
-
Created Replacement character for space in branch name - change to "-"?
Hey, When you create a git branch in WebStorm, and you type a space whilst entering the branch name, WebStorm helpfully inserts and understore ("_") instead, since spaces are verboten in branch nam... -
Created Clicking on line number meaning "run to this line" is killing me
Hey, When you're editing files in WebStorm and you click on the line number to the left of a line of code, it selects that line of code. Fantastic. True of every editor on Earth. But, also in Web... -
Created WebStorm refusing to stop at many breakpoints while debugging Jest tests in IDE
Today, I cannot convince WebStorm to stop at many of my breakpoints when I'm debugging Jest tests. Current WebStorm version: 2020.2.1. What other versions you want? My workflow is, I have a test f... -
Created Search results hides file extensions when using File Mask
When I do Find in Path, if I do not have File mask checked, the list of search results includes the extension on the file names of matches. However, if I check File mask, the extensions are hidden... -
Created Hard to exclude node_modules from scope
Hey, I created a scope to include just the test folder of my project. Using the Scopes window, I pointed to the test folder and said Include Recursively. The scope regex became: file[site]:test//*... -
Created Colors from updated debug middleware do not appear to be supported in WebStorm console
I recently updated the "debug" middleware package in my node.js project. One of the features of the update is that it now supports 256 colors rather than 16. Sounds great, but in WebStorm's conso... -
Edited Horrendous Find/Replace UI bug still not fixed at 2018.1.5
I know this has been reported before, but I can't seem to find it. I believe in 2018.1, maybe 2018.2, a horrendous bug was introduced into WebStorm whereby when you hit Ctrl+H to initiate a find/re... -
Created Configuring JavaScript code inspection for all developers on a project
I have a node.js project, and I am trying to get ESLint code inspection working and checked in to source control so that it works the same for all developers on the project. I got things working w... -
Created Suddenly, WebStorm is going out to lunch while debugging
WebStorm 2017.3.4, Windows 10. Starting today, before I upgraded from 2017.1.x to 2017.3.4, WebStorm started going out do lunch while debugging. I made a video: https://www.screencast.com/t/CFu6V... -
Created browser-sync not seeing WebStorm editor changes
Hey, I am trying to get browser-sync working, along with my WebStorm IDE. The WebStorm editor doesn't have an explicit save, of course, it just constantly saves your file as you edit it. But this...