▲ | kenhwang 6 days ago | ||||||||||||||||||||||||||||||||||||||||||||||
Top of my head switching between IntelliJ and Zed: - Git UI is extremely barebones with no support for other VCS - No merge tool or side-by-side diffs - Configuration is all JSON - Would be nice having a full file tree for the search editor instead of just the list; having the functionality split between a tab and the outline panel is quite clunky. - Ability to move panels (files/git/console/debugger/etc) into standalone windows or other configurations (multiple docks per side, multiple copies of the same panel linked to a specific tab). Zed is basically a slightly more featured text editor, so it does a good job when I just want to open something quickly and do small edits. So it's really replacing Sublime Text. But I find myself hopping out to other tools when I'm using Zed which wasn't really common with IntelliJ. So I still want to use a proper IDE for proper development work. | |||||||||||||||||||||||||||||||||||||||||||||||
▲ | seanssel 6 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||
The IntelliJ 3-way mergetool/diff viewer is best in class. I haven't found anything else that touches it. | |||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||
▲ | modernerd 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||
> Configuration is all JSON Curious as someone dabbling with building an editor: what do you prefer? A different configuration language? A GUI? How do you save and sync settings? Just with JetBrains account sync? > Ability to move panels (files/git/console/debugger/etc) into standalone windows Is Zed's "zoom in" feature (shift-escape) that quickly maximises the active pane (excluding the file browser/git pane) enough? Or are you looking for the separate window experience of IntelliJ? (e.g. JetBrains lets you pop-out the commit window, I believe, which can be nice since once you close it you're back in the editor with nothing to switch or rearrange.) | |||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||
▲ | WA 6 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||||||||
No side-by-side diff is a deal-breaker for me unfortunately. | |||||||||||||||||||||||||||||||||||||||||||||||
|