Yulrizka
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Yulrizka created a post, AnsweredCaretModel 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 created a post, AnsweredLive 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...