I'm using VS Code 0.10.9 on OS X 10.11.3 with Code-D for writing code in D.
I have all the dependencies that Code-D requests, and I can see that the plugin is properly initiated, but I can't get the autocompletion (intellisense) box to show. I have a .gif to describe the problem:

When I open Developer's Tools, I can see that the symbols are resolved properly, there is a list of objects I should be able to see in the autocompletion box, but it just hangs with "Loading..." message. Sometimes it hangs indefinitely, sometimes I get it to show literally after 1 minute. I also have to press _CTRL+Space_ after ".", it's not triggered automatically.
I have to pinpoint that this issue is known for this plugin, but only on OSX. Couple of people reported it, but there's nothing obvious wrong with the plugin. Just asking for clues if this is indeed a plugin problem, or somewhere below in VS Code and OSX.
Any help appreciated.
I believe this is an issue with the plugin. Let's wait for response on this issue before we make any further action here
https://github.com/Pure-D/code-d/issues/29
ping @joaomoreno
It would be great to have been provided better repro steps. I had to install and/or dfmt, dmd, dub, dscanner, workspace-d on my system. I then had to figure out how to get a functional D workspace set up...
I am now able to repro. Will come back with more information.
@isidorn this is neither needs more info nor upstream.
Closing on our side, full explanation in Pure-D/code-d#29.
Have similar problem with Typescript or javascript in general. If I'll work with VSCode more than 1hr, intellisense just stops working showing me "loading..." and nothing else, reboot of VSCode helps only.
did you manage to solve the issue ?
Thanks
as a quick fix, the issue seems to get resolved if you run the 'reload the window' command
Reloading the window fixed this once then back to loading forever 馃槥
@Alonski No, it doesn't
@RoestVrijStaal this worked for me, hope it helps:
https://github.com/Microsoft/vscode/issues/26594
Most helpful comment
Have similar problem with Typescript or javascript in general. If I'll work with VSCode more than 1hr, intellisense just stops working showing me "loading..." and nothing else, reboot of VSCode helps only.