monogon-dev / intellij-cue

IntelliJ support for the CUE language.
Apache License 2.0
37 stars 3 forks source link

Quick documentation #7

Open jansorg opened 3 years ago

jansorg commented 3 years ago

It would be possible to display quick documentation, e.g. for structs.

// person defines a person
person : { ... }

Here, the quick doc features would display the comment on person and on referencese to it