Thread overview
VsCode tutorial
Mar 07, 2018
Apocalypto
Mar 08, 2018
Mike Franklin
Mar 08, 2018
bauss
March 07, 2018
Are there any tutorials about D in vscode?

Which are the minimal plugins to install to have code completion, syntax highlighting and code formatting?

Are there any app templates that i can invoke to not start every project from scratch?
How can I debug my app?


March 08, 2018
On Wednesday, 7 March 2018 at 21:39:09 UTC, Apocalypto wrote:
> Are there any tutorials about D in vscode?

No that I know of.

> Which are the minimal plugins to install to have code completion, syntax highlighting and code formatting?

I've been getting by with https://marketplace.visualstudio.com/items?itemName=webfreak.code-d-beta

> Are there any app templates that i can invoke to not start every project from scratch?

See the usage of `dub init` here: https://code.dlang.org/getting_started

> How can I debug my app?

See https://marketplace.visualstudio.com/items?itemName=webfreak.debug

Mike
March 08, 2018
On Wednesday, 7 March 2018 at 21:39:09 UTC, Apocalypto wrote:
> Are there any tutorials about D in vscode?
>
> Which are the minimal plugins to install to have code completion, syntax highlighting and code formatting?
>
> Are there any app templates that i can invoke to not start every project from scratch?
> How can I debug my app?

See: https://marketplace.visualstudio.com/items?itemName=webfreak.code-d

It also comes with lots of templates.