forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
223 stars 48 forks source link

Which command in julia that permit us to see the implementation of a module/function? #260

Closed Lytu closed 9 years ago

Lytu commented 9 years ago

Is there a command in julia that enables us to see/show the implementation of a module or a function in julia? If yes, which command? Can we modify the code of an existing module/function?

WestleyArgentum commented 9 years ago

I believe you're looking for the @edit macro: http://docs.julialang.org/en/release-0.3/stdlib/base/?highlight=%40edit#Base.@edit

This repository isn't for the Julia language though, just this IDE. These questions should really be asked in the users group: https://groups.google.com/forum/#!forum/julia-users. When they're asked here, no one (except me and and maybe a few other wandering souls...) will come across them.