Category: VSCode

Developing AngularJS Apps with VS Code

If you are switching from Brackets to VS Code for your AngularJS development, the first thing you are going to miss is the live preview option. VS Code does not have a built in server that can be easily activated. While there are 101 ways to run a local server,...

Microsoft announce official support for VSCode Python

Last week saw an interesting announcement from Microsoft MSDN blog. It announced that  Don Jayamanne, creator of the Python extension for Visual Studio Code joined Microsoft.  I was always impressed with the simplicity and usefulness of this extension and already wrote a blog post on that.  Don definitely deserve this recognition...

Django Unit Testing in VSCode

While PyCharm Pro might be the most popular IDE for Python development, the community version supports neither Django nor JavaScript . VSCode is a free opensource alternative which has pretty good Python support. Python is supported in VSCode using an extension.  A quick start guide on the extension can be found...