Skip to content

vsCode

Info

| IntelliSense | IntelliSense for your programming language |

Visual Studio Code IntelliSense is provided for JavaScript, TypeScript, JSON, HTML, CSS, SCSS, and Less out of the box. VS Code supports word based completions for any programming language but can also be configured to have richer IntelliSense by installing a language extension.

Below are the most popular language extensions in the Marketplace. Select an extension tile below to read the description and reviews to decide which extension is best for you.

Linux Installation

Ubuntu install

Download the .deb package from Here

#modify permissions on the .deb file
chmod +x code_*.deb

#install the package
sudo dpkg -i code_*.deb