When a user has added a snippet to the wrapper_snippets.csv file, but has left off the name of the variable that will be replaced in the snippet, (e.g., for each, forEach instead of for each, forEach.body cursorless will respond with this error message:
This error message could be improved to call out that the name of the variable that will be replaced by what is being wrapped is missing. That is, one of the entries from the variables object inside the corresponding .cursorless_snippets file should be included on that line in the CSV after a period and the name of the snippet.
When a user has added a snippet to the wrapper_snippets.csv file, but has left off the name of the variable that will be replaced in the snippet, (e.g.,
for each, forEach
instead offor each, forEach.body
cursorless will respond with this error message:This error message could be improved to call out that the name of the variable that will be replaced by what is being wrapped is missing. That is, one of the entries from the
variables
object inside the corresponding .cursorless_snippets file should be included on that line in the CSV after a period and the name of the snippet.