# VS Code - Broken/Lacking intellisense for propertynames

**URL:** https://discourse.julialang.org/t/vs-code-broken-lacking-intellisense-for-propertynames/101231
**Category:** Tooling
**Tags:** question, vscode
**Created:** [July 5, 2023, 11:46pm UTC](https://discourse.julialang.org/t/vs-code-broken-lacking-intellisense-for-propertynames/101231 "2023-07-05T23:46:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![algunion](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/algunion/32/51630_2.png) [@algunion](https://discourse.julialang.org/u/algunion)
#### Post date: [July 5, 2023, 11:46pm UTC](https://discourse.julialang.org/t/vs-code-broken-lacking-intellisense-for-propertynames/101231/1 "2023-07-05T23:46:16Z")

</div>

Is there a known reason why `propertynames `related auto-completion doesn’t work in Julia VS Code?

I tested things on `Pluto`, and it works fine (see video).

You should be able to reproduce the thing with the `Cobweb` package (the `h` function has defined HTML tags as `propertynames`).

Is this something known, or am I doing something wrong? (I hope it is my fault - because then I am closer to the fix).

---

<div class="post-metadata">

### Author: ![algunion](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/algunion/32/51630_2.png) [@algunion](https://discourse.julialang.org/u/algunion)
#### Post date: [July 6, 2023, 1:23am UTC](https://discourse.julialang.org/t/vs-code-broken-lacking-intellisense-for-propertynames/101231/2 "2023-07-06T01:23:46Z")

</div>

After some additional digging I encountered this [issue](https://github.com/julia-vscode/LanguageServer.jl/issues/1199).

The `Julia: Runtime Completions` is disabled by default in the VS Code extension.

Enabling it helped. This is better than nothing (and will work great especially when doing fast exploratory work). I’m looking forward on how `LanguageServer.jl` will evolve.
