Carl-Robert Linnupuu

Results 58 comments of Carl-Robert Linnupuu

@m-fire What do you mean by "creating something new"? Atm, only the selected code options are grayed out if nothing is selected. FYI: I'm considering adding a codex models and...

All of the external client-related stuff are located in the `openai-client` library. We need to either throw some invalid authentication exception that can be handled within the plugin or declare...

Thanks for reporting! I will see what I can do.

The timing would be perfect now because OpenAI has just released their new GPT-3.5 16k context model, which should be ideal for scenarios like these. However, I am not sure...

Hi, thank you for the feature request! This seems like a nice idea altho some of these prompts are rather useless when it comes to developer experience (e.g. "act as...

Please update the plugin and check if the issue still occurs. There were some bugs related to navigating between different tabs/files.

Thanks for reporting! I'll try to fix it in the next release.

Weird... with the native Java Swing JTextPane component (which CodeGPT is using), the `PasteAction` events are never triggered and I can't seem to figure out why either. Anyhow, after some...