because if you copy/cut again, you’ll lose what’s in the paste buffer!
Well…that makes me miss plain old emacs for code editing (which I still use for python, and was using on a c++ project recently on Cray linux: c++, an attempt to do a java-like language on top of old K&R C, designed like the proverbial horse designed by committee that came out a camel–now if we could somehow get the speed of c++ with the cleanness of java…)—with a very long “kill ring” that could hold multiple cut/copied items. When pasting, it pastes the last, but you can cycle through older ones.
I know, there’s a 3rd party extension somewhere that gives windows (not just VS, if I recall right) similar capability, I forget what/where it is.