Hi I’m getting into Julia and I don’t yet understamd how I can find out what I can type.
For instance I want to read CSV, so I add the CSV package, but then how do I know how to use it? In C# I would either open a NuGet package in the Object Browser to see what classes etc are in there, or I could use intellisense to type the namespace and dot through the namespaces and classes in there. That way I can pretty quickly figure out how to use something.
How am I supposed to do this in Julia? Right now I rely on either the help, a tutorial or I browse the source, but isn’t there a way for Julia to just show all the things that are contained in the package/ module? I feel I’m missing something obvious here.
For instance te CSV package does not have any help defined and intellisense brings up a lot of things but the actual stuff I can use seems mixed up with all sorts of unrelated things.
12 posts - 5 participants