CEIT Open Course Content

Visual Studio Code

Download software

Visit the page linked below. If you are using Windows, download the "User Installer" version. Many of us use the x64 version - for 64 bit computers.

  1. Download Visual Studio Code

Step to follow

  1. Install and run Visual Studio Code.
  2. Select File -> Open Folder from menu. Create an empty folder and select it.
  3. Click on "New File..." icon and give HelloWorld.java as the file name.
  4. First time a .java file is created, you will be asked to install the Java extension. Install it. You will have to wait a bit until installation is complete.
  5. Complete the HelloWorld program.
  6. Click on the 'Run' icon to run the program.