From 2c861f1f50bbdacd6eed7ac5615f8b237051c674 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Fri, 17 Feb 2017 02:27:30 -0500 Subject: [PATCH] docs(readme): show vscode's typescript support --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49c4dad..7c57b92 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,15 @@ So we can have nice things: ## Get started -Before you start, consider configuring or switching to an [editor with good typescript support](https://github.com/Microsoft/TypeScript/wiki/TypeScript-Editor-Support) like [vscode](https://code.visualstudio.com/). +Before you start, consider using an [editor with good typescript support](https://github.com/Microsoft/TypeScript/wiki/TypeScript-Editor-Support). -To see how this starter can be used, check out the [`examples`](./examples) folder. +[VS Code](https://code.visualstudio.com/) (below) is a popular option. Editors with Typescript support can provide helpful autocomplete, inline documentation, and code refactoring features. + +

+ Typescript Editor Support – vscode +

+ +To see how this starter can be used as a dependency in other projects, check out the [`examples`](./examples) folder. The example above is from [`examples/node-typescript`](./examples/node-typescript). ## Development zen