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
Description:
The current separated interface for file browsing and code editing requires excessive context switching when working with multiple files. This impacts workflow efficiency.
Proposed Implementation:
Create a split-view layout with collapsible file browser panel
Maintain persistent editor workspace while browsing device files
Implement tabbed interface for multiple file editing
Add keyboard shortcuts for rapid file navigation
The text was updated successfully, but these errors were encountered:
Create a split-view layout with collapsible file browser panel
Initially this was the layout, but it proved to be too crammed to make it really usable.
Maintain persistent editor workspace while browsing device files
We also explored a sidebar design but for now the 2 context makes it clearer and prevents some UI issues we bumped into
Is it what you're referring to?
Implement tabbed interface for multiple file editing
We support multiple file editing with tabs
Add keyboard shortcuts for rapid file navigation
This is coming in the next release, with shortcuts for quickly switching between the views
Description:
The current separated interface for file browsing and code editing requires excessive context switching when working with multiple files. This impacts workflow efficiency.
Proposed Implementation:
The text was updated successfully, but these errors were encountered: