Back to Extensions Directory
Read the complete README
coc-swagger
haishanA coc plugin to improve the Swagger/OpenAPI authoring experience in vim
Installation CommandVim prompt
:CocInstall coc-swagger
GitHub owner
haishanVersion
v0.0.4npm package
coc-swaggerRequirements
coc ^0.0.79
License
MIT
Repository
GitHubnpm latest published 2024-06-14Registry checked 2026-08-23Registry summary
Published Package Summary
Install
:CocInstall coc-swagger
Usage
" when you are editing a Swagger/OpenAPI specification file
:CocCommand swagger.render
" tip: add a (slightly) short command
command -nargs=0 Swagger :CocCommand swagger.render
- A coc plugin to improve the Swagger/OpenAPI authoring experience in vim
Activation Events
- onLanguage:yaml
- onLanguage:json
- onCommand:swagger.render
Developer Resources
Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.
Open Developer GuideVersion History
This published npm package does not include a history.md or changelog.md file. Browse its npm versions or repository releases for available release information.
Contributed Commands
All contributes.commands entries from the published package manifest for coc-swagger@0.0.4.
| Command (:CocCommand) | Description |
|---|---|
| swagger.render | Render the Swagger/OpenAPI spec |
Configuration Schema
All contributes.configuration entries from the published package manifest, including each raw property schema for coc-settings.json.
coc-swagger.enabledboolean
Enable coc-swagger extension
Default: true
Raw JSON Schema
{
"type": "boolean",
"default": true,
"description": "Enable coc-swagger extension"
}