Skip to content

Commit aaf021e

Browse files
committed
Add body key and fixed headers completion
1 parent 2ea8f7b commit aaf021e

File tree

4 files changed

+1044
-19
lines changed

4 files changed

+1044
-19
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
![](https://github.com/scanapi/design/raw/master/images/github-hero-dark.png)
22

3-
# Scanapi - IntelliSense
3+
# ScanAPI
44

5-
An extension that provides code completion for the [ScanApi](https://github.com/scanapi/scanapi) specification.<bR>
6-
Check Scanapi's [documentation](https://github.com/scanapi/scanapi) for futher information about the specification.
5+
An extension that provides code completion for the [ScanAPI](https://github.com/scanapi/scanapi) specification.
6+
7+
Check ScanAPI's [documentation](https://github.com/scanapi/scanapi) for futher information about the specification.
78

89
## Installing
910

10-
Preferably, install it from the VSCode Marketplace, but if for some reason you can't, you can download the latest stable version [here](https://github.com/scanapi/vscode-extension/releases).<br>
11-
Install it using:<br>
11+
Preferably, install it from the VSCode Marketplace, but if for some reason you can't, you can download the latest stable version [here](https://github.com/scanapi/vscode-extension/releases).
12+
13+
Install it using:
14+
1215
`code --install-extension file_name_here.vsix`
1316

1417
## Snippets
@@ -27,5 +30,5 @@ ${custom_var} or ${ENV_VAR}
2730
### `pycode`
2831

2932
```python
30-
${{assert 1 + 1 = 2}}
33+
${{ assert 1 + 1 == 2 }}
3134
```

0 commit comments

Comments
 (0)