Skip to content

Instantly share code, notes, and snippets.

@blue0513
Created February 7, 2019 16:59
Show Gist options
  • Save blue0513/b18d3b97fcb49ad4ebf810407003b492 to your computer and use it in GitHub Desktop.
Save blue0513/b18d3b97fcb49ad4ebf810407003b492 to your computer and use it in GitHub Desktop.
show tooltip: ensime-type-at-point
(defun ensime-popup-type ()
(interactive)
(let* ((type (ensime-type-at-point-full-name)))
(popup-tip type)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment