Thread overview | |||||
---|---|---|---|---|---|
|
March 07, 2018 VsCode tutorial | ||||
---|---|---|---|---|
| ||||
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 Re: VsCode tutorial | ||||
---|---|---|---|---|
| ||||
Posted in reply to Apocalypto | 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 Re: VsCode tutorial | ||||
---|---|---|---|---|
| ||||
Posted in reply to Apocalypto | 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. |
Copyright © 1999-2021 by the D Language Foundation