luckystilet

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
luckystilet commented, -
luckystilet created a post, How can I make snippets (live template) with multi column typing after "Tab"
JavaScriptfor example I want to make: constructor(store, data) {this.store = storethis.data = data}I want to do:[some short cut] + Tab ---> this.{caret} = {caret}