I am new to using Julia in VSCode. I have installed the Julia language support package that carries the Julia logo. What I want to do, is to find the definition function that was called at runtime.
The way I have been trying to do it is to right-click on the text document and select «Julia: Execute code in REPL». I iterate through the code in the VSCode REPL using Shift+Enter. When I try to get the definition of any function by right-clicking on it or using F12, I always get the error that «No definition found for function-name». The packages I am using are installed globally on my machine.
What is it that I have to setup to get the feature to work?