vscode-json5
vscode-json5 copied to clipboard
JSON schema support
When using regular JSON, the vscode language features use a provided schema definition to enable intellisense to prompt with valid keys/values. These features don't work in JSON 5 files.
I think you might be able to leverage the existing VSCode extension from Microsoft to get these features in JSON 5: https://github.com/microsoft/vscode/tree/master/extensions/json-language-features
also can see how "JSON with Comments" language service handles it.
any updates on this?
@stalniy if this is a blocking issue for you, you could switch to use "json with comments" which mostly works. that's what I did. I'll consider movign back to this extension if this feature gets added.
Also in need of this feature.
That would be great. Selecting jsonc
works but complains about trailing commas.
I wonder if there is more luck in getting this into the fork of this extension (https://github.com/katjanakosic/vscode-json5) which is referenced in #11.