Matthew Berrie

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Matthew Berrie created a post, Live Template Expression: toLowerCase
I need to convert a Live Template variable (that is its value) to lower-case.e.g.user input vor VAR1: thisIsMyValuevalue of VAR2: thisismyvalueI need both values in the Live Template.In "Edit Vari... -
-
Matthew Berrie created a post, Format/Prettify Json
I have a file that contains generated JSON, e.g. a JavaScript source-map. The file does not contain any line breaks.How do I quickly reformat this file in Webstorm to make it humanly readable, addi... -
-
-
Matthew Berrie created a post, Pls provide details on TypeScript debugging (sourcemaps)
I am trying to make debugging of TypeScript files in a nodejs project work in WebStorm.The only scenario where I ever got a breakpoint inside a TypeScript file to work was in a small test setup:I h... -
-
-
Matthew Berrie commented, -
Matthew Berrie created a post, Need help with diagnosing IntelliSense issue with TypeScript
I have a weird issue where the following (TypeScript) code fragment is reporting an error in WebStorm:var arr:string[];arr = [];arr.push('mystring'); // error: Argument types do not match parameter...