- 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 finetuning
That's is what I can remember. If they make the UI great, people will learn the commands with time.
@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
@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 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.