digitalmars.D.learn - VsCode tutorial
- Apocalypto (6/6) Mar 07 2018 Are there any tutorials about D in vscode?
- Mike Franklin (9/15) Mar 07 2018 I've been getting by with
- bauss (4/10) Mar 08 2018 See:
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?
Mar 07 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-betaAre 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_startedHow can I debug my app?See https://marketplace.visualstudio.com/items?itemName=webfreak.debug Mike
Mar 07 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.
Mar 08 2018