-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Ability to use show attribute to display a multiword string #33
Comments
You can do this:
which gives:
But if I understand you correctly you want to have:
Is that correct? |
No I would like to have the option to use show so that I can display a multi word string when I tab. So for example if I have the following syntax.
So that when a user hits tab they see the following:
Then why I do ? I would see the following:
I do not want to necessarily display the variable name for the keyword, but some text to describe a valid input for example or even example input. I would like to keep that separate from the help text. Would something like this be possible? |
Added fix, please verify. |
Yes it is working as expected, thanks! |
I want to be able to display a multiword string when hitting tab using the show attribute. I have tried to use the following syntax:
But I get an error stating complaining about the "
When I try to use the following
When I tab it see the following:
Any way to use show so that I see the following:
The text was updated successfully, but these errors were encountered: