Visual Studio Code 1.6
code.visualstudio.com
Visual Studio Code 1.6
1–10 of 231 posts
Re: Visual Studio Code 1.6
#2Anyone have an opinion on how this editor compares to webstorm?
Suppose I'll have to just give it a try to find out.
Re: Visual Studio Code 1.6
#3The best thing about VS Code (and Microsoft's other big open source project, TypeScript) is the steady stream of releases. Because of the regular release cadence, small but important improvements never get blocked by some big feature that took longer than anticipated. As much as I wouldn't have believed this 10 years ago, Microsoft does open source better than almost everyone.
VS Code: developed on GitHub, written in TypeScript, great extension API, clear roadmap and regular releases. I am a very happy user.
Re: Visual Studio Code 1.6
#4Looks like this editor is constantly improving. Anyone have an opinion on how this editor compares to webstorm? Suppose I'll have to just give it a try to find out.
Here's the chrome debugger:
https://marketplace.visualstudio.com/items?itemName=msjsdiag...
I've submitted several bug reports to its creator (a developer at Microsoft) and received prompt response as well as fixes! It lets you attach to running browser windows or launch a new one.
Next and perhaps more importantly, there's a debugger for React Native!:
https://marketplace.visualstudio.com/items?itemName=vsmobile...
And it works flawlessly, and brings along IntelliSense for React Native elements/apis, etc.
If you're a javascript developer, drop what you're doing / what you're using, and make the shift to VSCode. If you're using Atom currently, you can likely find your same themes in the VSCode extension directory, which--for me--made the shift almost seamless (the feel shares a lot in common with Atom because of its Electron roots).
Re: Visual Studio Code 1.6
#5Re: Visual Studio Code 1.6
#6I have been using VS Code as my full-time editor for a few months now and couldn't be happier. Originally I was only using it for TypeScript projects, where the language integration is top-notch, but eventually found myself using it all the time. I use the vim plugin, which is surprisingly good although it does have a few issues still. The best thing about VS Code (and Microsoft's other big open source project, TypeS…
Re: Visual Studio Code 1.6
#7Re: Visual Studio Code 1.6
#8That and a decent FTP extension. No one wants to sync their entire project just to upload a single file. ugh.
Re: Visual Studio Code 1.6
#9Re: Visual Studio Code 1.6
#10I have been using VS Code as my full-time editor for a few months now and couldn't be happier. Originally I was only using it for TypeScript projects, where the language integration is top-notch, but eventually found myself using it all the time. I use the vim plugin, which is surprisingly good although it does have a few issues still. The best thing about VS Code (and Microsoft's other big open source project, TypeS…
When they delayed the tabs I was a bit bummed, but then the next release with the tabs came so fast, I found it funny that they even mentioned delaying them.