|
1 | | -<a href="http://aka.ms/explorentvs" target="_blank"></a> |
2 | | -<hr> |
3 | | -NTVS is a free, open source plugin that turns Visual Studio into a Node.js IDE. It is designed, developed, and supported by Microsoft and the community. |
| 1 | +# Node.js tools for Visual Studio |
4 | 2 |
|
5 | | -[](https://ci.appveyor.com/project/mousetraps/nodejstools/branch/master) [](https://gitter.im/Microsoft/nodejstools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 3 | +Node.js tools for [Visual Studio 2017](http://aka.ms/explorentvs) is developed and managed here. |
6 | 4 |
|
7 | | -#### <a href="http://aka.ms/explorentvs" target="_blank">**> Learn more and start developing Node.js applications in Visual Studio**</a> |
| 5 | + |
| 6 | +[](https://gitter.im/Microsoft/nodejstools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
8 | 7 |
|
9 | | -<a href="https://channel9.msdn.com/events/Visual-Studio/Connect-event-2015/801" target="_blank"></a> |
10 | 8 |
|
11 | | -NTVS supports **editing**, **Intellisense**, **profiling**, **npm**, **TypeScript**, **debugging locally and remotely** (Windows/MacOS/Linux), as well **Azure Web Sites and Cloud Services**. |
| 9 | +Visit our page on [VisualStudio.com](https://aka.ms/explorentvs) for an overview and download links, |
| 10 | +and check out our documentation on [the NTVS wiki](https://github.com/Microsoft/nodejstools/wiki) |
| 11 | +and our (old) [feature overview](https://channel9.msdn.com/events/Visual-Studio/Connect-event-2015/801) video on Channel 9. |
12 | 12 |
|
13 | | -## Documentation |
14 | | -* [**NTVS documentation**](https://github.com/Microsoft/nodejstools/wiki) is available in the NTVS wiki. |
15 | | -* [**Microsoft/nodejs-guidelines**](https://github.com/Microsoft/nodejs-guidelines) includes other tips for working with Node.js. |
| 13 | +Feel free to file issues or ask questions on our [issue tracker](http://github.com/Microsoft/nodejstools/issues), |
| 14 | +and we welcome code contributions - see [Contributing](https://github.com/Microsoft/nodejstools/wiki/Contributing) for information. |
| 15 | +Documentation contributions may be made on the [NTVS wiki](https://github.com/Microsoft/nodejstools/wiki). |
16 | 16 |
|
17 | | -## Releases |
18 | | -* **[Node.js Tools 1.2](http://aka.ms/ntvslateststable)** - Latest and greatest NTVS release (available for Visual Studio 2015 Update 3 RTM) |
19 | | -* **[Dev Builds](https://github.com/Microsoft/nodejstools/releases)** - Includes the most recent changes and bugfixes (available for Visual Studio 2015 and VS 15) |
20 | | -* **[Node.js Tools 1.1](https://github.com/Microsoft/nodejstools/releases/tag/v1.1.1)** - Legacy NTVS release for Visual Studio 2012, 2013, and 2015 |
| 17 | +## Visual Studio 2017 installation |
21 | 18 |
|
22 | | -## Contributions |
23 | | -We would love to have you as a contributor! |
24 | | -* [Contributing to NTVS](https://github.com/Microsoft/nodejstools/wiki/Contributing) |
25 | | -* [Build Instructions for NTVS](https://github.com/Microsoft/nodejstools/wiki/Build-Instructions) |
| 19 | +The Node.js development workload is available as part of [Visual Studio 2017](https://aka.ms/explorentvs) Community, Professional and Enterprise. |
| 20 | +To install, run the [normal VS installer](https://visualstudio.com/vs/downloads?wt.mc_id=github_microsoft_com) |
| 21 | +and select the **Node.js development workload**. |
26 | 22 |
|
27 | | -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
| 23 | +## Visual Studio 2015 and earlier |
| 24 | + |
| 25 | +Prior to Visual Studio 2017, the Node.js tools were released as a standalone extension. We are no longer actively developing these versions, |
| 26 | +but if you are unable to upgrade to Visual Studio 2017 yet, you can use these older installers to get the Node.js tools. |
| 27 | + |
| 28 | +[NTVS 1.3](https://github.com/Microsoft/nodejstools/releases/tag/v1.3) is the latest available version for Visual Studio 2015. |
| 29 | + |
| 30 | +[NTVS 1.1](https://github.com/Microsoft/nodejstools/releases/tag/v1.1.1) is the last release for Visual Studio 2012, and 2013. |
| 31 | + |
| 32 | +## Code of Conduct |
| 33 | + |
| 34 | +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
| 35 | +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or |
| 36 | +contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
28 | 37 |
|
29 | 38 | ## License |
30 | 39 | [Apache License 2.0 (Apache)](https://github.com/Microsoft/nodejstools/blob/master/LICENSE) |
| 40 | + |
| 41 | +Thank you for using and supporting the Node.js Tools for Visual Studio |
0 commit comments