We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not every block has args, but the do shortcut always adds them. This is specially cumbersome when creating specs.
do
I suggest that the do shortcut just add a basic block. For blocks with args, we could use dop (as the ruby vscode extension does).
dop
I can provide a PR if this is ok.
The text was updated successfully, but these errors were encountered:
Hi @MatheusRich Great idea 👍
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Not every block has args, but the
do
shortcut always adds them. This is specially cumbersome when creating specs.I suggest that the
do
shortcut just add a basic block. For blocks with args, we could usedop
(as the ruby vscode extension does).I can provide a PR if this is ok.
The text was updated successfully, but these errors were encountered: