dennisog / julia-shell-mode

Emacs major mode for an interactive Julia shell.
GNU General Public License v2.0
42 stars 10 forks source link

show docstring #6

Open datafig opened 8 years ago

datafig commented 8 years ago

Wondering how hard would it be to create a keyboard shortcut like C-c C-d that would call @doc(<word_at_cursor>) and show the output in a new window.

To show the docstring of any object this is what we can do on the julia-shell

docile

would be nice if this could be automated using a shortcut and the output shown in a new window.

dennisog commented 8 years ago

Hey! again, sorry for sort of dropping the bar on this. I remember working on something similar a few months ago and I had it almost done, but with one stupid bug. I will try to revive this and maybe add as a feature this week.