Grid Trekkor

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 9
-
Edited 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Edited 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` ... -
Created 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 ... -
Created 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... -
Created 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...