cuelsp
cuelsp copied to clipboard
Display conjonction and embedding on hover
That would be useful to see how a value is constructed.
For instance
#Definition: {
foo: string
}
#Embed: {
#Definition
bar: number
}
Will produce the result in the documentation
{
foo: string
bar: number
}
:bulb: Related to #33