Closed
Description
For a while I wanted to implement for our doc buffers the following functionality - when you lookup some symbol in its doc buffer you also see some links to other related symbols. Something pretty similar to See also
in https://clojuredocs.org/clojure.core/map
This should be pretty simple to implement, but will require some manual work:
- we need to create a middleware returning the related symbols (it would basically operate on a map where symbols are keys and the values are lists of symbols)
- we need to populate the built-in map with some sensible defaults
- we need to provide some Elisp interface to modify this map
- we need to update the doc buffer's UI
@cskksc @sanjayl Perhaps one of you would be interested in tackling this? :-)