I am new to Julia, and I transitioned from Atom to VSCode, and I have a couple of questions
1- While the autocomplete works for function names, it does not show me parameter information after I open bracket. I was expecting something like the second screenshot in the Julia VSCode github documentation.
Is there a work around for that?
2- after defining a multidimensional array, the REPL shows a nice table format for the output, but the Julia workspace on the bottom right in the screenshot shows a weird cartesian index type of format. Is there a way to change how things show up in the Workspace view to look like atom which shows the array in actual table format?
Thank you all!