We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728bead commit df6f56eCopy full SHA for df6f56e
cider-find.el
@@ -68,8 +68,8 @@ thing at point."
68
#'cider--find-var))))
69
70
;;;###autoload
71
-(defun cider-find-var-at-mouse (event)
72
- "Find the definition of variable using mouse EVENT."
+(defun cider-find-dwim-at-mouse (event)
+ "Find and display variable or resource at mouse EVENT."
73
(interactive "e")
74
(cider-ensure-op-supported "info")
75
(if-let* ((symbol-file (save-excursion
0 commit comments