VS Code Extensions
Kawarimi

Kawarimi

by pixelizing

VS Code companion for Kawarimi's browser-based AI Find → Replace workflow.

Downloads

1

Rating

(0)

Version

1.3.0

Last updated

Jul 23, 2026

Kawarimi is the VS Code companion for a browser-to-editor workflow that applies AI-generated code through a simple Find → Replace flow—without API keys or manual copy-paste.

Required: Install the Kawarimi Chrome extension from GitHub Releases.

Usage

  1. Open the target file in VS Code and keep it active.
  2. Wait until the AI finishes generating the code.
  3. Click Find on the original code block.
  4. Click Replace on the new code block.

Kawarimi updates and automatically saves the active VS Code file.

Choose Flex or Exact before clicking Find; the selected mode is locked to the target code.

  • Flex — ignores whitespace differences; best for ordinary code edits
  • Exact — preserves spaces, tabs, indentation, and blank-line count
  • All — replaces every match
  • 1st — replaces only the first match
  • Done — marks the latest successful replacement
  • Ctrl+Z / Cmd+Z — undoes the change

Requirements

  • Kawarimi Chrome extension installed and enabled
  • VS Code running
  • Target file open and active
  • Same port configured in Chrome and VS Code

Default port: 10240

Settings

kawarimi.serverPort

Default: 10240

License

MIT

Related extensions