Yulrizka
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Yulrizka 创建了一个帖子, 已回答CaretModel and SelectionModel doesnt trigger variable highlight
Question: How can i trigger highlight of all variable reference for variable under the caret (cursor) which was set manually with SelectionModel? I create a plugin to count word-frequency and displ... -
Yulrizka 创建了一个帖子, 已回答Live templates control order of variable with the same name
I have a live template like this for go fmt.Printf("$VAR$ = %+v\n", $VAR$) // for debugging this does what I wanted, but the cursor goes to the first $VAR$ which is inside of the string. What I w...