[ESS] Go to function definition
Charles Berry
ccberry at ucsd.edu
Fri Sep 19 19:44:50 CEST 2014
Sebastien Vauban <sva-news at ...> writes:
>
> Hello,
>
> I'm wondering whether there is a possibility to be able to jump to the
> definition of the function under point, like `f2' does in RStudio (to
> see the code of R functions such as `substring' or your own functions)?
>
> How do you do that?
With C-c C-e C-d ??
,----[ C-h f ess-dump-object-into-edit-buffer RET ]
| ess-dump-object-into-edit-buffer is an interactive compiled Lisp
| function in `ess-mode.el'.
|
| It is bound to C-c C-e d, C-c C-e C-d, <menu-bar> <ESS> <ESS Edit>
| <Edit new object>.
|
| (ess-dump-object-into-edit-buffer OBJECT)
|
| Edit an ESS object in its own buffer.
|
| Without a prefix argument, this simply finds the file pointed to by
| `ess-source-directory'. If this file does not exist, or if a
| prefix argument is given, a dump() command is sent to the ESS process to
| generate the source buffer.
|
| [back]
`----
More information about the ESS-help
mailing list