How to Install Visual Studio Code In Windows : CodeWithMe

 How to Install Visual Studio Code In Windows : CodeWithMe


In today's blog I'll be covering the topic How to install Visual Studio Code in window 11 computer. Visual Studio Code, also commonly referred to as VS Code is a source-code editor(IDE) developed by Microsoft for Windows, Linux and macOS. Used for code writing and debugging. vs code provide features like error highlight,  intelligent code suggestion etc. That is why almost 70 to 80 percentage of programmers use visual studio code as primary IDE.



You can install the Visual studio code by following steps:

Step 1 : Download VS Code From Official Site :



  • Click on the "Download for Windows" button.

Step 2 : Open and Run the Exe file :

  • Once the Download is complete go to download in browser in click on open.

Step 3 : Install VS Code:

  • The installation wizard will guide you through the process. Accept The Terms.

  • Check the all boxes for shortcuts and open with file manager options etc.(as shown in picture)


  • Click "Install" to start the installation.

  • Installation will start .

Step 4 : Launch VS Code 

vs code will automatically launch for you if you had checked the box in installation process if don't you can manually launch it in start menu.

Conclusion : 

That's It you have successfully installed the vs code in your windows machine now you can write code in it almost every programming lanugage example : c language , cpp language , java, python, php etc


.

No comments

Control Statements (if-else-switch) in C : CodeWithMe

Control Statements in C In a C program, a decision causes a one-time jump to a different part of the program, depending on the value of an e...

Powered by Blogger.