Skip to content

Commit

Permalink
improve editing experience w/ content assistance asyncapi#132 asyncap…
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangsa committed Oct 18, 2022
1 parent e81d131 commit a4880b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Automatic hot-reloading on editor save, but currently, it doesn't reload when sa

### Available snippets:

Open an empty or otherwise yaml file and start typing one of the following prefixes:
Open an empty or otherwise yaml file and start typing one of the following prefixes, you may need to press `Ctrl+space` to trigger autocompletion in some cases:

- `add asyncapi skeleton`: Adds an asyncapi skeleton for jump starting your API editing.
- `add asyncapi subscribe to async request`: Inserts a new subscribe operation, for listening to incoming async requests/commands.
Expand Down
2 changes: 1 addition & 1 deletion snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
""
]
},
"Add Message": {
"Add AsyncAPI Message": {
"prefix": "add asyncapi message",
"body": [
" ${1:Entity}${2|Request,Event|}Message:",
Expand Down

0 comments on commit a4880b7

Please sign in to comment.