How can I make VSCode’s symbol server to parse also my include(some_file.jl)
definitions so that they do not appear as errors and IntelliSense and similar functionality is available for them?
It should, if it is not, that is a bug. We are hopefully going to release a new version soon that has many problems fixed, so probably best if you just wait for that version, and if the problem is still there then, open an issue on github.
1 Like
Are you using VSCode Remote?
This bug is present for me when using the remote ssh connection, it dosn’t seem to pick up symbols from include
statements. It also puts a squiggly green line under using [pkgname]
lines.