coq-lsp
coq-lsp copied to clipboard
autocomplete for hint databases
Many vernacular commands require a hint database. For instance,
Hint Immediate foo : typeclass_instances.
It would be nice if when we type : the autocompletion gave the names of hint databases available. This should be something we can easily look up and present to the user.
I am not sure Coq's API does expose this list tho.