Editors to offer completions and explanations: JSON schema, YAML schema, LSP? #60
AndydeCleyre
started this conversation in
Ideas
Replies: 1 comment
-
|
I am afraid that this is something we have never considered and and do not anticipate doing so. |
Beta Was this translation helpful? Give feedback.
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.
-
What would it take to support the way editors like Zed and Sublime Text offer tooltip explanations and completions when editing their own settings files, or those with an associated schema spec?
It looks like the existing
get_locationandget_line_numbersfunctions could be central for this.What would be the simplest path -- a dedicated LSP, a NestedText schema standard, or some kind of adapter for JSON schema or YAML schema?
Have the creators already given thought to this?
Beta Was this translation helpful? Give feedback.
All reactions