-
-
Notifications
You must be signed in to change notification settings - Fork 646
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
Add interactive function to flush Compliment caches #1943
Conversation
cider-interaction.el
Outdated
@@ -573,6 +573,10 @@ The formatting is performed by `cider-annotate-completion-function'." | |||
:company-location #'cider-company-location | |||
:company-docsig #'cider-company-docsig)))) | |||
|
|||
(defun cider-completion-flush-caches () | |||
(interactive) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have a docstring. Otherwise pretty much no one would figure out what it does.
I'd also suggest mentioning this somewhere in the manual as I doubt anyone would find this command by themselves. It might also be added to some of the menus.
@alexander-yakushev ping :-) |
Added a docstring, and a mention in the docs. Do you have a suggestion where in the menu I can put it? Right now |
Misc sounds good to me.
On Wed, Mar 1, 2017 at 12:41 Alexander Yakushev ***@***.***> wrote:
Added a docstring, and a mention in docs. Do you have a suggestion where
in the menu I can put it? Right now Complete symbol is a separate item in
the CIDER interaction menu. I'm reluctant to add a subtree to it just for
this one minor function. Perhaps, we could use some subtree dumpster like
Miscellaneous for these kinds of functions?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1943 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGVykFjVahsaB-c1CiMw-08VOSwJdrdks5rhUtEgaJpZM4MHIfM>
.
--
Best Regards,
Bozhidar Batsov
http://www.batsov.com
|
Added a menu item under new "Misc" category. |
@alexander-yakushev Don't forget to update the changelog as well. |
Done :) |
👍 |
Now you have to finish that task you started about the inspector paths. ;-) |
Nothing escapes you, Bozhidar! 😬 |
Sister PR is at clojure-emacs/cider-nrepl#397.