gdscript editor adds blank lines #8421
Closed
lionet1224
started this conversation in
Editor
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Converted to discussion as no details on how to achieve this were given |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can enable Scroll Past End in the Editor Settings to achieve this. VS Code also has this option – it just happens to be enabled by default. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the project you are working on
During development with godot, when more code is developed in gdscript's editor, the code will be at the bottom of the editor when the code is larger than one page.
Describe the problem or limitation you are having in your project
In most major code editors, to optimize the development experience, some blank lines are left at the bottom so that the code doesn't hit the bottom.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Add blank lines
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
If this enhancement will not be used often, can it be worked around with a few lines of script?
Is there a reason why this should be core and not an add-on in the asset library?
Beta Was this translation helpful? Give feedback.
All reactions