An open API service indexing awesome lists of open source software.

https://github.com/hand-dot/chat-gpt-pro

VSCode-like Input for ChatGPT
https://github.com/hand-dot/chat-gpt-pro

chatgpt chrome-extension

Last synced: 3 months ago
JSON representation

VSCode-like Input for ChatGPT

Awesome Lists containing this project

README

          

[![chat-gpt-pro](https://user-images.githubusercontent.com/24843808/235703116-edf34df5-a4f8-4751-a586-9410b28e7f0e.gif)](https://www.youtube.com/watch?v=oADvOM85IOE)

## Chrome web store:
- https://chrome.google.com/webstore/detail/chat-gpt-pro/mkiflddndppkblphffoppopiciiocpln

## Tutorial video:
- https://www.youtube.com/watch?v=oADvOM85IOE

---

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](https://github.com/hand-dot/chat-gpt-pro/issues).

Enjoy a comfortable ChatGPT input experience.

---

## Information for developers

### Build
```
npm run build
```

### Develop
```
npm run dev
```
ref: https://crxjs.dev/vite-plugin/getting-started/vanilla-js/dev-basics