I've been wanting to experiment with code generation using ollama for a while now, but doing so using the standard client isn't very useful. No support for multi-line prompts, AFAICT, and any generated code needs to be copy-pasted in.
I finally got around to implementing an extension to my editor for this - now I can select a prompt, run the extension and stream the response right into the same buffer.
Let's see what mischief I can make out of this.