Skip to content

scanapi/vscode-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb577be · May 11, 2021

History

14 Commits
Aug 4, 2020
Aug 4, 2020
Sep 2, 2020
Sep 2, 2020
Aug 4, 2020
Apr 30, 2021
Apr 30, 2021
Aug 3, 2020
May 11, 2021
Sep 2, 2020
Sep 2, 2020
Aug 4, 2020
Aug 4, 2020

Repository files navigation

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 }}