Lukáš Havrlant

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Lukáš Havrlant commented, -
-
Lukáš Havrlant created a post, substringBefore macro does not work in live template
Hi all, I'm trying to use substringBefore macro in my live template but it keeps printing empty string. Basically I have a file `something.spec.ts` and I want to get the `something` string. I tried... -
Lukáš Havrlant commented, -
Lukáš Havrlant created a post, Documentation for the call method of a function
Hi all, lets suppose I have this function in JavaScript:function foo(bar, baz) { ... }and I call it using the "call" method this way:foo.call(someThis, someBar, someBaz);Right now WebStorm shows to...