10
Well, I’m pleased with #Zed, but you ain’t programming “at the speed of thought” yet.
(files.mastodon.social)
A community for discussion and news relating to JetBrains and its products! https://www.jetbrains.com/
Copyright © 2000-2024 JetBrains s.r.o. JetBrains and the JetBrains logo are registered trademarks of JetBrains s.r.o.
@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 accuracy
Task 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.