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?
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.