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
- Host: GitHub
- URL: https://github.com/easyaccept/easy-vsextension
- Owner: EasyAccept
- License: mit
- Created: 2024-02-21T20:23:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T07:59:47.000Z (over 2 years ago)
- Last Synced: 2024-02-23T08:20:17.701Z (over 2 years ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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.