VS Code extended keywords #113
michaeltlombardi
started this conversation in
General
Replies: 1 comment 2 replies
-
Yes, eventually that kind of thing will be in scope, but there's a lot more to get through before then. For now, the focus is on features for authoring JSON Schemas as opposed to authoring JSON that's described by a JSON Schema which is what VSCode supports. So, at least for now, this isn't a replacement for VSCode's JSON features. Ideally, VSCode steps up and updates to support 2020-12 and this language server will be purely complementary, but if they don't, I'll make a replacement. Eventually. I'm work on this in my spare time now, so progress is slow. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋🏻 I took a quick peek at building and trying out the prototype extension locally - I've been working extensively on a couple projects that requires authoring JSON Schemas in 2020-12 and found the limitations in VS Code pretty painful for developing schemas newer than draft 7.
One thing I've found rather nice in VS Code is the experience you get authoring/editing JSON that has a defined schema using the (largely undocumented annotation keywords VS Code recognizes, like
markdownDescription
andpatternErrorMessage
):I'm wondering whether support for that functionality (or an equivalent, using a defined/published dialect that the extension can recognize) is in eventual scope.
Beta Was this translation helpful? Give feedback.
All reactions