-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Currently, we can do
${1,1} for the first item from the first capture group
${1,2} for the second
${2,1} for the first item from the second capture group
etc.
I would like to show all matches for an indication.
For example a file:
foo
foo
bar
foo
that matched on "foo" would give me 3 results.
Is this currently supported? I'm not even sure the plugin continues scanning for each indication once an indication has matched once.
I'd also like to get indications of all matches for a specific indication, not just the first.