Skip to content

Instantly share code, notes, and snippets.

View MaykThewessen's full-sized avatar

Mayk Thewessen MaykThewessen

View GitHub Profile
@MaykThewessen
MaykThewessen / cursor-continue-extension-readme.md
Created August 5, 2025 07:38 — forked from SoMaCoSF/cursor-continue-extension-readme.md
Cursor extension to watch for trigger word in chat/composer/edit - and reply with something.

Auto-Continue Extension for VS Code & Cursor

Quick Install Instructions for Auto-Continue Extension

  1. Download the files from the gist (extension.ts, package.json, and README.md)

  2. Create a new VS Code extension project:

    npm init vscode-extension

Choose TypeScript when prompted