We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User has JSON
{ "someValue": 123, }
He wants to enter a new value, but forgets about the quotes and simply writes:
{ "someValue": 123, newValue: }
I suggest after writing : in this case, put quotes automatically: newValue: -> "newValue":
:
newValue:
"newValue":
The text was updated successfully, but these errors were encountered:
You can just call Code Actions menu (even assign keybinding to it):
Probably you can reuse it when user hits :
Sorry, something went wrong.
I think this is what I will do I'll look at it tomorrow
Successfully merging a pull request may close this issue.
User has JSON
He wants to enter a new value, but forgets about the quotes and simply writes:
I suggest after writing
:
in this case, put quotes automatically:newValue:
->"newValue":
The text was updated successfully, but these errors were encountered: