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?
Use the @edit or @which macros.
@edit
@which
Ex: @edit 2*2
@edit 2*2