Navigation style: open in place #36090
stefanceriu
started this conversation in
Ideas From XCode
Replies: 0 comments
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.
-
Want to start off by saying that I use Zed next to Xcode for rust/iOS development and I absolutely love it, you are doing an amazing job! 👏
Now, similar to Xcode, Zed can navigate to new files by opening them in a new, nonpersistent, tab (
preview_tabsenabled). Both support double clicking the tab to make it persistent.Xcode on the other hand also supports a different navigation style called
open in placewhich always always uses the current tab to navigate. The user can chose to have multiple tabs open but the IDE never automatically switches between them.Same would apply to side by side navigation and multiple panels opened at the same time, or opening project files, or symbols, or anything really.
I find this to be a significantly simpler mental model for navigating the codebase and would love to see it in Zed.
Beta Was this translation helpful? Give feedback.
All reactions