TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Visual Studio Code 1.1 released

154 pointsby mswift42about 9 years ago

12 comments

cJ0thabout 9 years ago
This looks really good but there is one thing I find irritating: This software, an IDE, comes with a privacy statement [0]:<p>Some excerpts:<p>--<p>&gt; We collect information about how you interact with our products and services. This includes information about how you use the products and services, such as the features you use, the web pages you visit, and the search terms you enter. It includes information about the device you use with the services, including IP address, device identifiers, regional and language settings, and information about the network, operating system, browser or other software you use to connect to the services. And it also includes information about the performance of the product or service and any errors or problems you experience with them. In order to create a richer picture of your product usage, we will correlate usage data across other Microsoft services, like Visual Studio Team Services.<p>&gt; We may share or disclose personal data with Microsoft-controlled subsidiaries and affiliates. We also share data with vendors or agents working on our behalf. For example, companies we&#x27;ve hired to provide customer service support or assist in protecting and securing our systems and services may need access to personal data in order to provide those functions.<p>&gt; Finally, we will access, disclose and preserve personal data, including your private content when we have a good faith belief that doing so is necessary to:<p>comply with applicable law or respond to valid legal process from competent authorities, including from law enforcement or other government agencies;<p>--<p>From a cultural point of view you wouldn&#x27;t necessarily expect that from a piece of software that says &quot;Free&quot; and &quot;Open Source&quot; on its landing page. [1]<p>[0] <a href="https:&#x2F;&#x2F;www.visualstudio.com&#x2F;en-us&#x2F;dn948229" rel="nofollow">https:&#x2F;&#x2F;www.visualstudio.com&#x2F;en-us&#x2F;dn948229</a> [1] <a href="https:&#x2F;&#x2F;code.visualstudio.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;code.visualstudio.com&#x2F;</a>
评论 #11669696 未加载
CSDudeabout 9 years ago
Tabs please, I love it but no tabs are killing me. It is nice to see it is getting attention and we will hopefully see it in 1.2.
评论 #11669275 未加载
评论 #11669165 未加载
评论 #11668997 未加载
评论 #11669071 未加载
评论 #11671861 未加载
评论 #11669307 未加载
评论 #11669469 未加载
Zystabout 9 years ago
I have been using VS Code for a year or so and it really is worth checking it out if you do JavaScript development. It has very nice IntelliSense, out of the box linting, and the best git integration I&#x27;ve seen in any IDE, period.<p>It also is a lot faster than Atom, Atom is fairly fast in OS X, not so much in Windows. VS Code is super snappy in any OS.<p>I have mostly use it for Angular and Node development, a downside is that it feels very inferior to Atom and Sublime when it comes to React development. I hope React support gets improved.
评论 #11669102 未加载
Analemma_about 9 years ago
This is a pretty serious changelist for a monthly release cadence. I was a big fan of Sublime Text for a while but began looking elsewhere when we went such a long time with no updates. Atom and VSC both seem to release much faster; they&#x27;re already very good and I can&#x27;t wait to see where they are in a year or two.
评论 #11669097 未加载
评论 #11668970 未加载
madspindelabout 9 years ago
VSC is a killer app for Javascript development. But for Python? Nope. What happened to the promise of PTVS coming to VSC? <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10589451" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10589451</a>
评论 #11669474 未加载
评论 #11669185 未加载
评论 #11669790 未加载
评论 #11671521 未加载
评论 #11669225 未加载
ashwinajabout 9 years ago
Does anyone know how to open multiple folders in the same editor window? Either I&#x27;m stupid or the VSCode developers have completely overlooked this.
评论 #11669582 未加载
lee-woodridgeabout 9 years ago
I&#x27;ve been loving VS Code for Angular 2 development. Does anyone know if they&#x27;re planning to support syntax highlighting and intellisense for inline templates?
评论 #11670507 未加载
ralusekabout 9 years ago
I like it so far, but the syntax highlighting in JS leaves a lot to be desired. Keys in object literals aren&#x27;t colored, for instance. A feature of sublime text does which is also nice is coloring properties on objects which are functions.<p>It&#x27;s a stupid gripe to have, but it makes it very hard to migrate, as my eyes are just used to seeing more distinction.
ryanmarshabout 9 years ago
I know Atom is the more popular Electron based editor and it seems to have more plugins, however Code&#x27;s JS debugging is really painless to set up and use.<p>I&#x27;m sure someone else is going to point out a good Atom plugin but VS Code&#x27;s JS debugging &quot;just works&quot;.
craigsmithamabout 9 years ago
I&#x27;ve started and stopped using VS Code multiple times. Each time so far I&#x27;ve given up because of poor vim support - although it is improving. So I end up going back to using VS with the excellent vsvim plugin. Hopefully VS Code can get to parity soon.
评论 #11671038 未加载
jhwhiteabout 9 years ago
Tabs in the next milestone! Finally!<p>I&#x27;ve used VS Code on a couple of projects and liked it except for the lack of tabs.<p>I think I could move to this as my main editor once tabs is implemented.
IndianAstronautabout 9 years ago
Any improvements in VSCode for Go?