Eric Hill
- 活动总数 68
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 15
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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//*... -
创建于 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... -
已编辑于 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... -
创建于 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... -
创建于 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... -
创建于 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...