Well, I’m pleased with #Zed, but you ain’t programming “at the speed of thought” yet.
After so many years of software development, small helps are what free your mind. #ZedEditor is not there yet.
After that comes performance. It’s known that @jetbrains usage of JVM is a resource hog.
If Zen can add the same QoL improvements with great performance, I’m in.
#Programming #Development #Software #Editors #IDE #Javascript #PHP #Rust #Go #HTML #Vue #React #Angular #WebDev
What QoL feature are missing, exactly?
@BatmanAoD Many:
- Cloning+Editing a theme
- Separate UI / Editor theme
- Double tap CTRL/Shift/Alt/Super
- Docker/DevContainer integration
- Only system shell supported
- No compound tools run
- No Startup/Finish tool runs
- No run given test
- No Command Line Tools integration (composer/bunx/php/etc)
- No VCS pane integration
- No Automcomplete/Intellisense finetuningThat’s is what I can remember. If they make the UI great, people will learn the commands with time.
Makes sense.
What do you mean by “compound tools”?
…as a side note, why do you put Mastodon tags in your posts and comments?
@BatmanAoD running two processes at the same time. For example, the JS dev server and the PHP local server.
I had tags for reach. People follow specific tags and can engage in the conversation.
Do Lemmy posts show up in Mastodon tag streams, then?
@BatmanAoD dunno
@darkghosthunter @BatmanAoD pretty sure the shells are configurable as well as running selected test.
@JonGretar @BatmanAoD I can confirm that running a test works but couldn’t find a shortcut to rerun the last or the one the cursor is.
About the shell, I tried using PHP as a shell and didn’t work. It always uses bash -c for some reason.
@darkghosthunter @JonGretar @BatmanAoD
The “runnable” gutter icons in UI work via built-in task(s) so you can add new ones to run test at line (sh cmd) - also by file or outline symbol but last is subject to LSP accuracyTask rerun is helpful but the labeling in list can be confusing
A fairly young project but improving fast
@Sci_Phi @JonGretar @BatmanAoD I think I get it. Anyway, I’ll give it a spin next week and see how things improved, but until then, PHPStorm it’s my daily driver since I can work faster.
@darkghosthunter @BatmanAoD But for the shell. Are you trying to use PHP for the terminal shell or task shell?
@JonGretar @BatmanAoD task. Just a nit pick. Since I’m in @ublue, it always pulls out the terminal welcome.
@darkghosthunter @BatmanAoD Yeah setting the shell on the terminal seems more flexible. But for the tasks it seems to be expecting “PROGRAM -i -c $COMMAND”. However you could try to configure for another normal shell that does not include that message.
@JonGretar @BatmanAoD well, I tried on the task json declaration but didn’t work, so I opted for the command instead. Works fine tho.
What does small helps mean?
@qqq small QoL improvements. I should have phrased it better I guess.