symbols tree view (tags

I would like to use in Juno the Atom’s package “symbols-tree-view”, which generates a symbols’ view like taglist (I use it a lot when coding in other languages like Fortran or C), but it seems not to work with Julia (the sidebar that should be populated with tags is actually empy). I find the taglist extremely useful to quickly move through the code. How can I make it work with Julia? If not possible, is there an alternative that works with Julia? Thanks.

I have an unregistered Atom package (see here) that does provide a list of all symbols defined in a file via LanguageServer.jl. Do note that it’s highly experimental though.