I just want to know if there is a short cut to copy the text line without the indent part.
Thanks!
- 
 If you found an answer to your question helpful, do not only mark it as accepted answer, but consider upvoting it, too.Michael Hilus– Michael Hilus2020年04月30日 11:42:55 +00:00Commented Apr 30, 2020 at 11:42
 - 
 1I have done it, but my reputation does not allow to make it public!rdjah– rdjah2020年04月30日 13:05:01 +00:00Commented Apr 30, 2020 at 13:05
 
2 Answers 2
Provided the cursor is at the end of the line:
Shift+Home works.
If your cursor is anywhere in the line, hit End, then Shift+Home.
 answered Apr 29, 2020 at 19:52
 
 
 
 Mark 
 
 191k32 gold badges555 silver badges577 bronze badges
 
 
 Sign up to request clarification or add additional context in comments.
 
 
 
 Comments
It should work out-of-the-box by pressing Ctrl+C (at least it does in my VSCodium instance), but in contrast to, e.g. IntelliJ IDEA, it does not select the the line visually in the editor.
 answered Jan 1, 2024 at 16:55
 
 
 
 Thomas S. 
 
 6,4535 gold badges43 silver badges78 bronze badges
 
 Comments
Explore related questions
See similar questions with these tags.