madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
240 stars 23 forks source link

BUG: Copy without indentation copies to the end of the line #56

Closed bramborman closed 3 years ago

bramborman commented 3 years ago

Today I noticed VS copies the whole line when only a part of that line is selected. After some investigation, I found that the Copy without indentation feature from this extension is causing it since when I turn this feature off, copying works correctly.

I'm not sure if this feature was available previously, but I got the extension updated today and cannot remember this issue was there before.

I'm using VS 16.7.6 and Tweaks 1.1.99

demonstration