python-replace READMEFeaturesThis extension was made to make more powerful replaces in opened files than with native vscode command with the help of python How it works
The arguments of the python function are:
You can also write as the original vscode syntax $1 for the first group $2 for the second one... instead of y[0], y[1]... RequirementsPython needs to be installed on the machine and added to the path. (I may later make settings so the user can specify the path) Extension SettingsW.I.P, Later defined Known Issuesnot for now, it just was released Release NotesThe first one 1.0.0Initial release of python-replace ! |