Hi @Alexey-T
I have this text:
WHEN MATCHED THEN UPDATE SET
,S.City `City
,S.Country = S.Country
,S.ExtraLine = S.ExtraLine
,S.[Function] = S.[Function]
,S.Postalcode = S.Postalcode
,S.[State] = S.[State]
And I want to select all occurrences of = S. using the option: "selection: Add next ocurrence of selected word" starting from top line, when the function reach the [ (Fourth match) it seems that cannot continue looking for more occurrences:

Good I am using T-SQL. Let me validate this.
Ok, now I see it!
I am trying with None lexer or SQL lexer but I am getting the same issue.
If I try use = S, in this case the function cannot found any more match.
seems, fixed now. Beta- later.
Working without problems.