Is it possible in Visual Studio or Management Studio to paste multi-line text block inside text document? For example my clipboard contains
1
2
3
4
my document contains
xxxyyy
xxxyyy
xxxyyy
xxxyyy
I can select space between x and y letters in diferent lines by Alt+Shift+Arrow but I cannot correctly insert my new text block. I want to see the following after insert:
xxx1yyy
xxx2yyy
xxx3yyy
xxx4yyy
Yes it is.
Steps with mouse:
Steps with keyboard:
The trick is to ensure that your clipboard doesn't contain new lines after each number. If it does, you will get something like:
xxx1
2
3
4yyy
xxx1
2
3
4yyy
xxx1
2
3
4yyy
xxx1
2
3
4yyy
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With