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
What is the current behavior?
When writing an <<if>> or <<set>> statement, the vscode extension no longer suggests variables or custom functions.
<<if>>
<<set>>
Please provide the steps to reproduce, and if possible a minimal demo of the problem:
Type the following commands into any node:
<<declare $foo = 0>> <<if $
Or:
<<declare $foo = 0>> <<set{space}
(where {space} is a trailing spacebar keystroke)
{space}
What is the expected behavior?
The plugin should suggest valid variable names and custom functions.
Please tell us about your environment:
Other information
{...}
<<Commands>>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the current behavior?
When writing an
<<if>>
or<<set>>
statement, the vscode extension no longer suggests variables or custom functions.Please provide the steps to reproduce, and if possible a minimal demo of the problem:
Type the following commands into any node:
Or:
(where
{space}
is a trailing spacebar keystroke)What is the expected behavior?
The plugin should suggest valid variable names and custom functions.
Please tell us about your environment:
Other information
{...}
braces inside of regular custom<<Commands>>
The text was updated successfully, but these errors were encountered: