Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ScanAPINew to Visual Studio Code? Get it now.

ScanAPI

ScanAPI

|
179 installs
| (1) | Free
Provides code completion for the ScanAPI YAML specification.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ScanAPI

An extension that provides code completion for the ScanAPI specification.

Check ScanAPI's documentation for futher information about the specification.

Installing

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

Snippets

Name Result
cvar Produces a custom var / ENV var interpolation.
pycode Produces a python code interpolation.

cvar

${custom_var} or ${ENV_VAR}

pycode

${{ assert 1 + 1 == 2 }}
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft