When I shift + click on some function names VS Code opens its definition. But sometimes, maybe even most of the time, it doesn’t.
Why and how to fix it?
Does it matter if function declared as function some() ... end
vs some() = ...
?
Or if Revise used includet('./somelib.jl")
- with function in main scope. Or module includet('./somemodule.jl'); using .Somemodule
.
Ot broadcasted version includet.(["../lib/a.jl", "../lib/b.jl", ])
.