-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scroll when line is covered by status bar #483
Comments
This is an especial problem when you're writing new code at the bottom of a file. As you write, the linter will flag your syntax-in-progress as invalid, and start popping the status bar, which hides the line you're working on. |
You should use scroll past end option when using status bar, I don't have an idea how to fix this yet. |
Nice, I didn't know that was an Atom option. That solves my use case really. |
Thank you @iam4x I've been struggling with this for more than a month. |
@iam4x: can you elaborate on it? How to activate the "scroll past end option"? |
@wiso It's in the atom options |
In the attached example I have a warning on line 37. If I click somewhere else the line 37 is visible, because the status bar is empty, but if I click on line 37 the status bar cover the line 37.
The text was updated successfully, but these errors were encountered: