1
vote
2answers
113 views
Does Visual Studio have a capability like Emacs registers?
Registers are a feature of emacs that I make a lot of use of. For those not familiar, you highlight some text, and then ask emacs to place it in a numbered register (0-9). Then as you're going alon …
