cuelsp icon indicating copy to clipboard operation
cuelsp copied to clipboard

Display conjonction and embedding on hover

Open TomChv opened this issue 3 years ago • 0 comments

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

TomChv avatar Jul 01 '22 13:07 TomChv