-
-
Notifications
You must be signed in to change notification settings - Fork 652
Closed
Labels
feature requestgood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors
Description
Problem: It seems good practice to mark your non-public vars as ^:private
(including fns from defn-
). But then cider-ns-browser
(a very useful view) doesn't show them. And it's still useful to document private vars.
Solution: Enable the private vars to be shown, with their docstrings. Could be a toggle command like a
(for "show All") in the map (https://github.com/clojure-emacs/cider/blob/master/cider-browse-ns.el#L53).
Should probably still not show vars marked as ^:deprecated
.
Metadata
Metadata
Assignees
Labels
feature requestgood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors