YapistirVeDegistir is an "Extension" for VS 2019.
YapistirVeDegistir: That's mean Paste And Replace!
Paste and replace extension is simple way to surround selected text with copied text before.
Copy a text which is contain a * character.
Next select another text and press CTRL+ALT+V double time, your selected text will insert into copied text via replaced with * character.
Example; "My * text"
First step is the sentence above is select and copy to clipboard.
Second and other steps are select first word in the each rows below and press CTRL+ALT+V double time;
"first" => its converted to this; "My first text"
"second" => its converted to this; "My second text"
...
"last" => its converted to this; "My last text"