Description
Is your feature request related to a problem? Please describe.
It's frustrating not to have any assistance while writing compound shell commands, like for
and creating quickly steps or jobs. There is intellisence for workflow file, but it doesn't allow me to create quickly job or step definition, and also it doesn't assist me with writing shell commands at all.
Describe the solution you'd like
I propose snippet creation for some workflow code pieces and shell ones. Snippets should be readable and memorizable, and reduce typing overhead. It means that they should not be necessarily short, they should be self-explanatory. At the same time, they must be almost the same as Bash IDE extension for VS Code provides, as it's convenient to reuse snippets you are already familiar with.
Additional context
I already created #31 PR to close this issue. All workflow-related snippets doesn't contain any prefix, but snippets implementing shell commands do, for instance bash:if
.
- [x] Workflow snippets
- [x] Shell snippets
Metadata
Metadata
Assignees
Labels
Type
Projects
Status