Search code examples
juliajuno-ide

Viewing the source code where something is defined within Juno for Julia-lang


Is there any easy way (such as Ctrl+click on a type, function, etc) to redirect to the source code definition of a type, function, macro, ... in the Juno IDE?


Solution

  • Use the @edit or @which macros.

    Ex: @edit 2*2