Re: VsCode tutorial

2018-03-08 Thread bauss via Digitalmars-d-learn

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.


Re: VsCode tutorial

2018-03-07 Thread Mike Franklin via Digitalmars-d-learn

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


VsCode tutorial

2018-03-07 Thread Apocalypto via Digitalmars-d-learn

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?