prometheus-community / monaco-promql

PromQL support for the Monaco code editor
https://prometheus-community.github.io/monaco-promql/
MIT License
31 stars 4 forks source link

Documentation on hover #7

Open celian-garcia opened 4 years ago

celian-garcia commented 4 years ago

This one seems to be pretty simple to implement. https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-hover-provider-example

An MVP can be made with hardly defined documentation entries.

But ! a very nice to have would be if we have a prometheus documentation page or code reference that we could use to render the doc dynamic into the hover.

celian-garcia commented 4 years ago

image