SaidTorres3 / separate-code

VSCode extension that enables you to effortlessly extract portions of your code and edit them in a dedicated, synchronized tab. Experience real-time updates as your extracted code stays in sync with its original source, making code manipulation and refactoring a seamless and efficient process.
MIT License
0 stars 0 forks source link

It doesn't replace the correct selection when more than one match is present. #1

Closed SaidTorres3 closed 11 months ago

SaidTorres3 commented 11 months ago

It doesn't replace the correct selection when more than one match is present; it only replaces the first match.

I.e:

Line 1 Line 2 Line 3 Line 4 Line 5

If you select the <"Line"> of the line 3, it replaces the <"Line"> of the line 1 instead of the line 3, because line 1 is the first match.