Skip to content

C10udburst/macros-vscode

Repository files navigation

Macros VSCode Extension

Implements Notepad++ like macros.

The extension lets you record file modifications and replay them later. It can be used to automate repetitive tasks.

Preview

preview1 preview2

Installation

You can install it from Visual Studio Marketplace

Features

  • Record file modifications
  • Replay recorded modifications
  • Record command palette with alt+f1 (a bit scuffed due to vscode's API limits)

Usage

  • Press alt + f9 to start
  • Perform the desired modifications
  • Press alt + f9 again to finish
  • Press alt + f10 to replay the recorded modifications