Skip to content

Instantly share code, notes, and snippets.

@colonelpanic8
Created November 4, 2014 10:53
Show Gist options
  • Select an option

  • Save colonelpanic8/2f57fc9bde452cd3318b to your computer and use it in GitHub Desktop.

Select an option

Save colonelpanic8/2f57fc9bde452cd3318b to your computer and use it in GitHub Desktop.
(defun get-ensime-type-info-from-mark ()
(interactive)
(message "%s" (ensime-rpc-inspect-type-at-range (get-eol-range))))
(defun get-eol-range ()
(interactive)
`(,(marker-position (point-marker))
,(save-excursion (end-of-line) (point))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment