Apply edits to larger code takes long

Hi, first off: what a great IDE. Thank you for that.

I was wondering if there is any way to speed up the apply process when chatting with your code. It goes through the whole code line by line (which is good, I guess). But when just applying some minor changes, is there a way to apply just in this specific section of the code so it does not have to go through everything?

thanks

Add “Output only the modified code block.” to your prompt, and then [Apply] it.

1 Like

tried that. it gives me just the edited code parts but still goes through every line when appling.
My current workaround is to highlite the sektion, ctrl + K, copy the new code there and let it apply.

ok, i think i understand now. I rebuild everything from scratch and seperated many details in files. now it can detect where to edit what better. :slight_smile:

This sounds like a painful refactoring…