From mcp2004 at mail.ru Thu Mar 3 04:23:44 2016 From: mcp2004 at mail.ru (=?UTF-8?B?U2FsYWtoZXRkaW5vdiBTaGFtaWw=?=) Date: Thu, 03 Mar 2016 13:23:44 +0300 Subject: [dba-VS] =?utf-8?q?Node=2Ejs_Tools_1=2E1_for_Visual_Studio_2015_?= =?utf-8?b?KGZyZWUp?= Message-ID: <1457000624.322312088@f354.i.mail.ru> Hi All -- If you haven't yet used the subject tools - it's time to try them now ! ?They work well, tested :) http://tinyurl.com/z45syg5 ? "Node.js Tools for Visual Studio (NTVS) is a free, open-source plug-in that turns Visual Studio into a Node.js Integrated Development Environment (IDE). It supports a broad range of features including editing, IntelliSense, cross platform and remote debugging, edit and continue, npm integration, profiling, TypeScript, and an integrated REPL window." -- ???????????? ?????? From gustav at cactus.dk Tue Mar 29 04:38:20 2016 From: gustav at cactus.dk (Gustav Brock) Date: Tue, 29 Mar 2016 09:38:20 +0000 Subject: [dba-VS] New TypeScript site Message-ID: Hi all A new site with much better promoting of the language and how to step up from JavaScript is on-line: http://www.typescriptlang.org /gustav From gustav at cactus.dk Tue Mar 29 05:17:04 2016 From: gustav at cactus.dk (Gustav Brock) Date: Tue, 29 Mar 2016 10:17:04 +0000 Subject: [dba-VS] Visual Studio Code Message-ID: Hi all Are you aware of the free open-source, cross-platform, light-weight code editor: Visual Studio Code? It's a great replacement for the various "extended" notepads, even Visual Studio itself in some cases, and indeed when you wish to work with only one or few files and don't want to roll up a full VS project. A brief intro is here: http://www.codeproject.com/Articles/1083724/Get-started-with-Visual-Studio-Code and the application itself is here: https://code.visualstudio.com/ Note the many extensions - even C# is an extension (but just load a C# file and VSC will by itself suggest to download and install the extension). /gustav