Skip to content

Show related vars in doc buffers #1736

Closed
@bbatsov

Description

@bbatsov

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? :-)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions