# SymbolServer and include(file.jl) definitions

**URL:** https://discourse.julialang.org/t/symbolserver-and-include-file-jl-definitions/32223
**Category:** VS Code
**Created:** [December 13, 2019, 9:17am UTC](https://discourse.julialang.org/t/symbolserver-and-include-file-jl-definitions/32223 "2019-12-13T09:17:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![phlavenk](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/phlavenk/32/1873_2.png) [@phlavenk](https://discourse.julialang.org/u/phlavenk)
#### Post date: [December 13, 2019, 9:17am UTC](https://discourse.julialang.org/t/symbolserver-and-include-file-jl-definitions/32223/1 "2019-12-13T09:17:33Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [December 15, 2019, 2:05am UTC](https://discourse.julialang.org/t/symbolserver-and-include-file-jl-definitions/32223/2 "2019-12-15T02:05:32Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![affans](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/affans/32/11911_2.png) [@affans](https://discourse.julialang.org/u/affans)
#### Post date: [December 15, 2019, 2:54am UTC](https://discourse.julialang.org/t/symbolserver-and-include-file-jl-definitions/32223/3 "2019-12-15T02:54:16Z")

</div>

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.
