clojure-emacs / clojure-emacs/orchard
Class inspection: show known subclasses/implementors
Open
feature request
inspector
- Dominant language
- Clojure
- Stars
- 340
- Forks
- 52
- Avg merge
- 55m
- Merged PRs (30d)
- 5
Description
Similarly to what the official Javadoc tool does, the Inspector:
* when inspecting a given class, could render its known subclasses.
* when inspecting a given interface, could render its known subinterfaces and implementing classes.
Contributor guide
Research direction
Start by locating the Inspector implementation and the existing rendering path for inspected classes and interfaces. Compare its output with the behavior described for Javadoc. Done means a class displays known subclasses, while an interface displays known subinterfaces and implementing classes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100