有没有办法在 VS Code 中复制没有缩进的行?

Is there a way to copy a line without the indentation in VS Code?

我只想知道有没有快捷方式可以复制没有缩进部分的文本行

谢谢!

前提是光标在行尾:

Shift+Home 有效。

如果您的光标位于行中的任意位置,请点击 End,然后 Shift+Home.