JudiniLabs / code-gpt-docs

Docusaurus page
https://code-gpt-docs.vercel.app
MIT License
553 stars 58 forks source link

contr+shift+i not give to codegpt the actual content of the comment on c# #233

Open MarcoLavoro opened 4 months ago

MarcoLavoro commented 4 months ago

How you can see from the image if I press contr+shift+i at the end of the comment it send to codegpt: Explain, write and ALWAYS print the result of the code. Use markdown format and use the following code: \n\n

and NOT the content of the comment. Is a bug right? I not found a way to fix it I am on c#

1Capture server message

PilarHidalgo commented 4 months ago

@MarcoLavoro Yes you right, to use the features no need to execute the command anymore, please check the docs here: https://docs.codegpt.co/docs/tutorial-features/code_explanation

MarcoLavoro commented 4 months ago

@MarcoLavoro Yes you right, to use the features no need to execute the command anymore, please check the docs here: https://docs.codegpt.co/docs/tutorial-features/code_explanation

@MarcoLavoro Yes you right, to use the features no need to execute the command anymore, please check the docs here: https://docs.codegpt.co/docs/tutorial-features/code_explanation

What I meant is that I expect that by pressing contr+shift+i at the end of the comment line, codegpt takes the comment line value (In this case: "create a unity 3d function to instantiate a cube") and send it to the LLM

But instead, the codegpt just sends the generic: Explain, write and ALWAYS print the result of the code. Use markdown format and use the following code: \n\n