-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(plugin.xml): migrate patchPluginXml
- Loading branch information
Showing
3 changed files
with
33 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<p>Edit <a href="https://www.asyncapi.com/">AsyncAPI</a> specifications in the IDE with syntax highlighting, auto-completion and a live preview.</p> | ||
<div> | ||
<h3>Features</h3> | ||
<ul> | ||
<li>Recognition of AsyncAPI specifications</li> | ||
<li>AsyncAPI specification auto-completion</li> | ||
<li>AsyncAPI specification example creation from <code>file -> new -> AsyncAPI specification</code></li> | ||
<li>AsyncAPI specification inspection and validation using <a href="https://github.com/asyncapi/spec-json-schemas">AsyncAPI JSON Schema</a></li> | ||
<li>Local references resolving with auto-completion in AsyncAPI specification</li> | ||
<li>File references resolving with auto-completion in AsyncAPI specification</li> | ||
<li>AsyncAPI specification preview as html in built-in/external browser</li> | ||
</ul> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters