Carl-Robert Linnupuu
Carl-Robert Linnupuu
Hmm, this issue might be related to the concurrency issues introduced following the chat tool window UI update. The completion events that triggered set of UI updates were not running...
It would be a nice improvement! I think the placeholder needs to be configurable in the settings.
I ditched the placeholders idea and went with simple [Select and Ask](https://github.com/carlrobertoh/CodeGPT/blob/master/docs/assets/gif/custom-prompt.gif) logic. Please re-open the ticket if you would like to discuss further steps.
No placeholder is used, you need to simply highlight a code block in the main editor and ask the question, highlighted code is included in the prompt automatically. However, I...
Yes, the highlighted text is added after the user's prompt. You can see that if you reopen the chat tab.
Hi @pokrovskyy Thank you for the feedback! I will try to fix it in the upcoming release.
Will be fixed in the next release.
Hi, Unfortunately, as of today, we don't provide a good way of sharing AI responses. As a workaround, I would suggest using the "Open In Editor" action, which will open...
Thank you for the feature request! Currently, newlines can be added using `Shift` + `Return`. However, there is a bug in the rendering phase.
Hi @SHsuperCM, sounds like a nice idea. I'll see what I can do. Thank you