An open API service indexing awesome lists of open source software.

https://github.com/easyaccept/easy-vsextension

A VSCode extension to use EasyAccept test suite
https://github.com/easyaccept/easy-vsextension

Last synced: 5 months ago
JSON representation

A VSCode extension to use EasyAccept test suite

Awesome Lists containing this project

README

          

# EasyAccept VS Code Extension

This is a extension for Visual Studio Code that provides support for the EasyAccept language. Use this extension to get syntax highlighting and autocompletion for comments and quotes in EasyAccept files.

## Features

- Syntax highlighting
- Autocompletion for comments and quotes
- Auto-detection of `.easy` files

## Release Notes

### 1.1.0

- Removed yaml support. Now, all are written on json.
- Extensive update on grammar to support expect and expectError instructions.
- Removed quickstart file, no more required.

### 1.0.1

- Added Publisher to package.json

### 1.0.0

- Initial release of EasyAccept extension.