mpociot / chatgpt-vscode

A VSCode extension that allows you to use ChatGPT
4.96k stars 366 forks source link

Feature request: Asking ChatGPT to explain code in Chinese or more languages #13

Open KinXY opened 1 year ago

KinXY commented 1 year ago

Hi! I am amazed at the idea to put ChatGPT into VSCode to let it explain code more efficiently! However, because i am not native speaker of English, reading ChatGPT's answer in native language may help people like me work more efficiently. Moreover, through my interaction with ChatGPT, I found that its ability to deal with code wont change with language So, I would like to add a feature to let user set the snippets of asking ChatGPT to explain code, etc, so that ChatGPT can respond in the users' native language

Ethkuil commented 1 year ago

Maybe you can edit the settings just like this:

use "这段代码的作用是什么:" instead of "Explain what this code does: " for chatgpt.promptPrefix.explain.

Bruce-zzhu commented 1 year ago

There is another plugin called "ChatGPT中文版" which I believe does the same thing but in Chinese