Hi @JannisX11, thanks for the amazing extension! Super helpful.
I am trying to use this while Rewrap is enabled with "rewrap.onSave": true.
When I save the file (manual save, not an auto-save on loss of focus), Rewrap tries to wrap short lines onto the same line, causing chaos in the file for Batch Rename, which fails silently (no error message or easy way to debug).
Would there be a way to enable usage of Batch Rename with Rewrap using this setting?
My current workaround is to disable Rewrap and then re-enable it every time that I use Batch Rename, but I would like to avoid this extra friction if possible.
Eg.
- I could imagine a setting that would apply Batch Rename changes when the editor tab containing the file names is only closed, instead of manually saved. Then I could just close the tab and Rewrap would not trigger.
- Or if there were a way to communicate to Rewrap that this particular file type should not be wrapped, that also seems like a possible solution.
Hi @JannisX11, thanks for the amazing extension! Super helpful.
I am trying to use this while Rewrap is enabled with
"rewrap.onSave": true.When I save the file (manual save, not an auto-save on loss of focus), Rewrap tries to wrap short lines onto the same line, causing chaos in the file for Batch Rename, which fails silently (no error message or easy way to debug).
Would there be a way to enable usage of Batch Rename with Rewrap using this setting?
My current workaround is to disable Rewrap and then re-enable it every time that I use Batch Rename, but I would like to avoid this extra friction if possible.
Eg.