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
I think it makes sense to let user to resize component from the beginning.
Once it's resized smaller than the content of the code editor - it wouldn't grow as user adds lines.
If it's resized to the size that fits all contents of the editor - it grows again as user adds lines. Let me know if that works.
@kirjs since we changed our strategy a little, and now we display one file at a time, it illuminates the need in window size getting bigger as user adds code to the file.
I'm pretty happy with the current state of the vertical resizing (adjust to content) except the case when the first file has too many lines.
In that case editing the second file becomes painful.
Solution would be making the first file resizable after certain size?
The text was updated successfully, but these errors were encountered: