You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if Zed had a way to automatically "stay scrolled to the bottom line" even as a file gets appended. This would make viewing log files a lot more convenient.
If applicable, add mockups / screenshots to help present your vision of the feature
It seems as if Zed already implements this to some degree, but only if the last line is at the top (at which point the logs above it aren't visible, so that makes it not very useful):
Screen.Recording.2024-07-29.at.13.54.44.mov
I can see why the current behavior would be useful in an editing context, so perhaps the best solution would be having some kind of toggle for this, like in VSCode's output panel:
(Sorry if there is already a way of doing this, I couldn't find it at least)
The text was updated successfully, but these errors were encountered:
Moshyfawn
added
editor
Feedback for code editing, formatting, editor iterations, etc
setting
Feedback for preferences, configuration, etc
logging
Feedback for logs, debug output, etc
and removed
triage
labels
Jul 29, 2024
notpeter
changed the title
Automatic scrolling to the last line (e.g. for log files)
Automatic scrolling to the last line (e.g. tail log files)
Jul 29, 2024
Check for existing issues
Describe the feature
It would be nice if Zed had a way to automatically "stay scrolled to the bottom line" even as a file gets appended. This would make viewing log files a lot more convenient.
If applicable, add mockups / screenshots to help present your vision of the feature
It seems as if Zed already implements this to some degree, but only if the last line is at the top (at which point the logs above it aren't visible, so that makes it not very useful):
Screen.Recording.2024-07-29.at.13.54.44.mov
I can see why the current behavior would be useful in an editing context, so perhaps the best solution would be having some kind of toggle for this, like in VSCode's output panel:
(Sorry if there is already a way of doing this, I couldn't find it at least)
The text was updated successfully, but these errors were encountered: