Is there any way to show the outline of the code in Juno?

Is there any way to show the outline of the code like JuliaDT introduced on the following we page?
JuliaDT

This feature is very useful to navigate the code quickly in the large project.

In the JuliaDT page they define outline as “View project types and functions”. You can do that for a module by opening the workspace pane, clicking in it, then setting the active module to the module you’re working in.

For a per-file outline view you could also use the Atom-Language-Server, but note that it’s not necessarily very stable and there’s no Juno integration (yet).

Hope this function could be integrated into Juno one day.
Thanks for your great work of Juno.

Thanks for your answer…The workspace pane organizes the items in alphabetical order. Do you happen to know whether it’s possible to change this to the order in which they appear in the module?