Replies: 1 comment
|
Hey @RickStanley! Thanks for the question. I don't think it's possible today so I'm going to convert this to an Idea 💡 Thanks for submitting! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to enable autocomplete double quotes for JSON properties, or create a custom ?
In VSCode if you write:
{ test }and hit CTLR + Space intestit suggests"test"for completion in JSON files, simple yet useful when writing JSON request body.Example:

All reactions