-
-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Integrate CIDER doc displaying with quick-peek or inline-docs #1982
Comments
I'm assuming integrating something like this should be trivial, but unless a lot of people demand such a feature it should probably be implemented as a separate package, so that we don't introduce more dependencies to CIDER. |
I see, I will dive into CIDER source code to check out this. If have any question, will ask for help here. Thanks. |
Sure. |
Btw, I've noticed both libraries you've mentioned are tiny, so I'm not opposed that much to depending on one of them. I'm curious about the invisioned workflow for the inline docs, thought - would this a replacement for eldoc or just a command bound to some keystroke? Would we should just prototypes or docstrings and metadata as well? Guess those are the most important things to consider. |
Those two libraries are just a library, not functional package which can be used directly. There is an existing package which uses It can be an automatically way like |
I guess we can implement some command in terms of |
That's great, this is my first time my Emacs library been used in large project. Happy coding. |
Everything that needs doing is pretty trivial as all the documentation and eldoc code is in |
PRs welcome for whatever support work is necessary for those libraries to be integrated. CIDER already has a variety of "APIs" that Elisp hackers can leverage to get something working. |
Hope CIDER can integrate
quick-peek
orinline-docs
for functions like query docs.This can be set in an option.
The text was updated successfully, but these errors were encountered: