Yulrizka
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited CaretModel and SelectionModel doesnt trigger variable highlight
AnsweredQuestion: 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... -
Edited Live templates control order of variable with the same name
AnsweredI 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...