Vscode: regex replace case changing in search

Created on 30 Jun 2020  路  4Comments  路  Source: microsoft/vscode

Case changing for a replace with regex in the find widget was implemented in https://github.com/microsoft/vscode/issues/12185. Search has a different implementation and needs a different approach.

@irridia are you planning on looking into this? Either way is fine, but let me know

https://github.com/microsoft/vscode/pull/96128#issuecomment-642187968

feature-request search verification-needed verified

Most helpful comment

I can probably manage a very simplified regex replace that's on the search side. But looking into a full refactor/join of the two implementations, I don't think I have the TS expertise to do that within the time I'd have. I totally get it if you'd rather have a merged implementation, but if feature parity (if not code parity) is okay for now, I can take a look at the parallel take.

All 4 comments

I can probably manage a very simplified regex replace that's on the search side. But looking into a full refactor/join of the two implementations, I don't think I have the TS expertise to do that within the time I'd have. I totally get it if you'd rather have a merged implementation, but if feature parity (if not code parity) is okay for now, I can take a look at the parallel take.

That would be fine with me!

@roblourens see #105101

+1 for this feature

Was this page helpful?
0 / 5 - 0 ratings

Related issues

biij5698 picture biij5698  路  3Comments

trstringer picture trstringer  路  3Comments

lukehoban picture lukehoban  路  3Comments

vsccarl picture vsccarl  路  3Comments

VitorLuizC picture VitorLuizC  路  3Comments