Programmatic interface to library(help)?

Currently the Prolog LSP server is using some private predicates from library(help) (help_html/3 and help_objects/3) in order to access documentation for predicates. Is there a better interface for this, or is it possible to have some of the predicates exported? Currently it’s slightly annoying to users of the LSP server, since it always displays a warning message when loading the private predicates from library(help).

1 Like

Just tell me the interface you’d like to see or, even better, make a PR to create that :slight_smile:

1 Like