madskristensen / Tweakster

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

Unexpectedly copying multiple lines #67

Closed markheath closed 3 years ago

markheath commented 3 years ago

I've been trying to get to the bottom of a strange copying issue in VS and turns out it is the Copy Without Indentation feature. When I perform the following actions it copies two lines, when I would expect it only to copy one

  1. Place cursor at the start of a line of code
  2. Hold down shift and press down arrow (so one line of code is selected plus blank space on the line below)
  3. Copy with Ctrl+C
  4. Paste it somewhere - two lines have been copied

VS2019copy3

I presume this is a bug? It's certainly not intuitive to me

madskristensen commented 3 years ago

This is fixed in the latest version (currently uploading to Marketplace)