monaco-promql
monaco-promql copied to clipboard
Gathering interesting features of monaco-editor
Hover informations
Created a dedicated feature request for hover information #7
I guess we could align the features provided by codemirror-promql or at least tried to.
For example, it could be interesting to provide the autocompletion of the metrics/labels using a remote prometheus server
Sure, I think I can do a quick win on error management as well. How did you get the error messages, you copied them in from somewhere ?
#23 created for dynamic auto completion
I provided an errorHandler
with a default implementation that doesn't do anything with the error.
But like that, it's up to the user to choose how to deal with the error