I like to use package folders to keep my code clean. When I go to code which calls a function from a package and I try to "Go to Definition" in vscode, the tool tells me it cannot find the function.
Go to definition is not working for me when using packages. I have attached a small example where if inside function test() I try to go to util.sum definition it does nothing. With Matlab editor this ...