I'm using Windows 8 x64, Sublime Text 3.
Here it is, I want to select all the variable with the same name in the file.
If I choose one of them, the one will be highlighted, all the others will be circled automatically, it's seems like Sublime text could recognize who is the word may be I want, even if they have the same word.
for example, if I choose num
, ST will circle the word num
but skip the word like num2
etc.
but neither I using ctrl+d
or alt+f3
, I couldn't just choose these variables safety - if there was other same word but not variable name in the code file. I just can't skip it. the num
in num2
will also be highlighted.
Is there any way to choose the variables clean and safety like it been circled? or better, just choose the variables?