Skip to main content

Posts

Showing posts from January, 2017

Enabling Intellisense for AngularJS in Visual Studio Code

Visual Studio Code is a feature-rich code editor developed by Microsoft. Extensions can be added to the application to make it more usable. Intellisense is a developer feature that is present n almost all modern code editors and VSCode supports it. However, it does not support it out of the box. Follow the steps below to install Angular intellisense on VSCode Windows. Prerequisites: NodeJS  to be able to install the needed packages through npm .  Visual Studio Code.