sage-shell-mode icon indicating copy to clipboard operation
sage-shell-mode copied to clipboard

Support for jump to definition?

Open havarddj opened this issue 7 months ago • 0 comments

Hi! Sorry for the potentially naive question, but does sage-shell-mode have built-in functionality for jumping to definition in a sage file? Suppose my cursor is over a function call my-func(...) which is defined somewhere else in the file, is there a command which jumps to the line def my-func(...) ... ? The standard key command M-. just asks for a tag table, which I suppose one can generate using ctags. However, assuming sage knows where functions are defined, perhaps it would be nice if sage-shell-mode provided a command for this?

havarddj avatar Jul 16 '24 11:07 havarddj