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
Currently, snippets don't take keyword into account and every snippets is Given(..).
Given(..)
Also, if the suggested expression is foo {string} bar, then the function should have an argument. I don't think that's the case today.
foo {string} bar
The text was updated successfully, but these errors were encountered:
Consider step type in snippet generation
aa6a1b2
This fixes #974.
05e698f
0802914
This has been fixed in v17.0.0.
Sorry, something went wrong.
No branches or pull requests
Currently, snippets don't take keyword into account and every snippets is
Given(..)
.Also, if the suggested expression is
foo {string} bar
, then the function should have an argument. I don't think that's the case today.The text was updated successfully, but these errors were encountered: