An extension that provides code completion for the ScanAPI specification.
Check ScanAPI's documentation for futher information about the specification.
Preferably, install it from the VS Code Marketplace, but if for some reason you can't, you can download the latest stable version here.
Install it using:
code --install-extension file_name_here.vsix
Name | Result |
---|---|
cvar |
Produces a custom var / ENV var interpolation. |
pycode |
Produces a python code interpolation. |
${custom_var} or ${ENV_VAR}
${{ assert 1 + 1 == 2 }}