mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 05:16:10 +01:00
[GH-ISSUE #11] LSP Support #5
Labels
No labels
bug
bug
documentation
enhancement
enhancement
pull-request
tooling
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
corn-config/corn#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JakeStanger on GitHub (Sep 7, 2022).
Original GitHub issue: https://github.com/corn-config/corn/issues/11
There should be an LSP uh, thing, to provide full support to VSCode, Vim and all the rest.
@yavko commented on GitHub (Apr 15, 2024):
Schema validation could be added to this, cuz most serialization formats seem to
@JakeStanger commented on GitHub (Apr 15, 2024):
Yes I've had schema validation in mind for a long time, but it's never gotten further than a vague thought. I'm not sure what the syntax should be yet - perhaps a "special" input would work, called
$$schema? This would keep it consistent with JSON, and avoid collisions with any real input names.