godot-copilot
godot-copilot copied to clipboard
Thank you! + A couple ideas
Hi! Just wanted to say thank you, awesome extension! I have a couple ideas on how to improve DX
Save snippets
When using text-davinci-003
model, it's really useful to use the following pattern:
Prompt 1
Solution 1
Prompt 2
%let it complete solution 2%
And since indexing the whole codebase is a painful task, having snippets library for that could be a good workaround
Insert mode
It's not that critical, but in OpenAI Playground there's "Insert mode". The way how it works is that you put [insert]
keyword to your prompt, and the model puts its response here. Could be useful for some cases when you want to patch some nested thing instead of making a new solution below