I created this extension because I was writing prompts for ChatGPT in VSCode and thought it would be nice to have a text input similar to VSCode on ChatGPT.
By installing this extension, it replaces the regular textarea on https://chat.openai.com/ with VSCode (Monaco Editor).
- You can use VSCode shortcuts.
- The editor area can be freely resized.
- The Monaco Editor has a markdown extension installed, supporting markdown syntax input.
- You can send messages with Ctrl/Cmd + Enter.
Please report any bugs or feature requests in the Issues.
Enjoy a comfortable ChatGPT input experience.
npm run build
npm run dev
ref: https://crxjs.dev/vite-plugin/getting-started/vanilla-js/dev-basics