Implements Notepad++ like macros.
The extension lets you record file modifications and replay them later. It can be used to automate repetitive tasks.
You can install it from Visual Studio Marketplace
- Record file modifications
- Replay recorded modifications
- Record command palette with alt+f1 (a bit scuffed due to vscode's API limits)
- Press alt + f9 to start
- Perform the desired modifications
- Press alt + f9 again to finish
- Press alt + f10 to replay the recorded modifications