Grid Trekkor

- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 9
-
已编辑于 Need to "pin" the value of variables in Debugger Console
I can't find a way to "pin" the value of variables when debugging. In Chrome Devtools, when you're paused on a breakpoint, you can just type the name of the variable in the console, hit enter, and... -
创建于 Choose Declaration > Hide minified files
When middle-clicking a function, I get the Choose Declaration dialog if there are multiple files. Unfortunately the function names almost always exist in a minified form as well, which I don't wan... -
创建于 Typescript debugging - variables undefined in TS but work in compiled JS
I am debugging a node app written in typescript. Breakpoints in the TS are hit, but most variables are undefined. However, those same variables ARE defined when I set a breakpoint in the compiled... -
创建于 Typescript inspections sometimes unreliable and/or slow
There are times when TS inspections are slow -- meaning when I fix an error, WS can take several seconds or even longer to clear the error. Other times, it seems like it never wants to clear the er... -
创建于 Hide syntax errors in event log
How do I hide syntax errors in the event log? I've unchecked a number of items from the event log config, but none of them are called "Syntax Errors" and none of what I unchecked pertains to synta... -
已编辑于 Incorrect TS2345 error reported in template string
Webstorm is incorrectly reporting a TS2345 error (Argument of type 'TemplateStringsArray' is not assignable to parameter of type 'string | RegExp' . . . ) in this code: return `${myString.split` ... -
创建于 Automatically push after commit
How do I automatically push after committing? I click on Commit and Push, but after the commit, it brings up the Push dialog, and I have to click Push. I want this to happen all in one operation ... -
创建于 File in Path > File extension hidden when using a file mask
Inside Find in Path (by pressing Ctrl+Shift+F), all search results have their file extensions hidden when using a file mask. For example, if the mask is *.js, *.html, and it finds a result in MyFil... -
创建于 Expecting newline or semicolon error in AngularJS HTML Template
Since upgrading to 2017.2 I'm seeing this error in an AngularJS template HTML file. tab-title is an input binding on a component. The error is: Expecting newline or semicolon. Obviously there is...