luckystilet
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 1
-
luckystilet 进行了评论, -
luckystilet 创建了一个帖子, 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}