Inserting a line after a collapsed range #1897
Unanswered
Cracepaces
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm very new to VSCodium but I come from a program that would allow you to add a new line after a collapsed range simply by pressing enter and it would create a new line at the bottom of the range. For example if I have a range from 100-110 and I collapse it down, if I put my cursor on comment that encloses that range when I press enter it opens the range and adds a line at 101 instead of 111 which is what I want. Is there any way to change this or is it just a part of VSCodium?
Beta Was this translation helpful? Give feedback.
All reactions