https://github.com/speakeasy-api/speakeasy-vscode-extension
https://github.com/speakeasy-api/speakeasy-vscode-extension
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/speakeasy-api/speakeasy-vscode-extension
- Owner: speakeasy-api
- License: other
- Created: 2024-02-10T21:38:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T23:58:50.000Z (over 1 year ago)
- Last Synced: 2025-03-15T23:56:01.764Z (3 months ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# speakeasy-vscode-extension
The Speakeasy extension for Visual Studio Code. The Speakeasy extension will help you validate your OpenAPI 3.X documents ready for generation of production grade SDKs.
Documentation for the Speakeasy Validator can be found at
## Features
The Speakeasy extension runs a language server provided by the [Speakeasy CLI](https://www.speakeasyapi.dev/docs/speakeasy-cli/getting-started) tool. The language server will validate your OpenAPI 3.X documents and provide feedback in the form of diagnostics.
## Requirements
The Speakeasy extension required the Speakeasy CLI to be installed on your system.
Follow the instructions at to install the Speakeasy CLI.
**Enjoy!**