Script Debugger 8. Does it have find/replace in selection?

I am searching through the menus. There are options to put the selection in either the find or replace fields of the search and replace toolbar.
But what I want is to replace for example the name of a variable inside a block of selected text ?

Can you help me find it ?

Thanks,
Regards

I don’t believe Script Debugger has that capability. I’ve written scripts that will do what you want, and they can be found here. Some of these scripts work with AppleScript’s dialogs, and others use free dialog programs. A screenshot of a version that uses the open-source swiftDialog:

FWIW, Dirk’s script in post 4 is a good starting point. I prefer the later scripts because they add options that I use a lot.

I prefer this version because it does not require any external components: