Intellisense for D in VS Code

89 views Asked by At

I'm using the code-d extension. Auto-completion works for the standard library, but not for installed modules. The same vibe-d. And also, you can easily write a call to a non-existent method or a similar error, and at the same time it will not be highlighted as an error.

Am I not setting something up correctly, or is it just a raw ecosystem for the language? In addition to VS Code, I tried Dexed, but it seems to be much worse.

1

There are 1 answers

0
Steven Schveighoffer On

I use VSCode and code-d and it does work. But occasionally I have to build once first, before it will recognize the dependency modules for autocomplete/intellisense.

Note that WebFreak is the author of code-d, so probably follow their advice too.