-
Notifications
You must be signed in to change notification settings - Fork 37k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersnotebook-findverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
In Jupyter Notebooks, finding witrh regex works but replacing with capturing groups doesn't.
I'd like if it does.
I tried
float\((.*)\)
$1
as in the usual editor, but the replacement treats $1 as literal.
I had to work around by copying the code section to the usual editor, and then find and replace.
This seems like an inconsistent UX, and personally quite inconvinient.
j824h
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersnotebook-findverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded