Build 2017 Demo

May 10, 2017 Chris Dias, @chrisdias

Below are links to the samples, tools, and extensions demonstrated in the Build 2017 VS Code talk.

Samples

  • StickerApp is a full featured version of the app used in the demo.

Tools

React

  • A new React Tutorial shows you how to set up a React app from scratch, IntelliSense, Debugging, Linters, and more.

Angular

  • Angular Language Service provides a rich editing experience for Angular templates, both inline and external templates including completions lists, AOT diagnostic messages, quick info, and even Go To Definition.

Debugging

Linters

  • TSLint integrates the tslint linter for the TypeScript language into VS Code.

  • ESLint integrates ESLint (a pluggable linting utility for JavaScript and JavaScript React (JSX) into VS Code.

NoSQL MongoDB

  • The MongoDB Extension lets you connect to both local and hosted MongoDB databases, create and drop databases and collections, run queries, and more. To use the extension simply clone the repository, run npm install, and then press F5 to run the extension in the development host. Alternatively, you can build the extension locally and then install it:
npm install -g vsce
vsce package
code --install-extension vscode-mongodb-0.0.1.vsix

Docker and Micro-Services