Saturday, November 28, 2020

Learn VS Code in JavaScript -Day 6

 In this article, we are learn VS Code in JavaScript.

What is VS Code:





Learn (VS Code) Visual Studio code in 10 steps for beginners





  • The   VS code is developed by Microsoft on 29 march 2015.
  • Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux.
  • Visual studio code also provides basic support for HTML programming out of the box.
  • Visual studio code of free open source code editor which are used for create and edit the code in different programming language like Java, JavaScript,Node.js and C++.
  • Visual  studio code contains syntax highlighting, built-in JavaScript intelliSence, debugging and formatting also.

What is intelliSence?

  • In simple words intelliSence means suggestions.
  • In computer language intelliSence means it helps user by giving automatic suggestions for better coding.
  • Simply intelliSence shows the intelligent code c.
  • IntelliSense is a general term for a variety of code editing features including : code completion, parameter information, quick information, and member list.
  • IntelliSense features are sometimes called by other name such as "code completion", "content assist", and "code hinting".
  • It is an code editing feature of the Visual Studio. 




Download VS code :    VS code

  • Now download and install the vs code in your system. Firstly create a folder where u want it and open it in vs  code editor by open folder option.
  • For creating a new file select new file option from clicking on right button of mouse.
  • If u want to see an html file then right click on that file and select reveal in file explorer option.





Thank you.....

No comments:

Post a Comment

Function in SQL -part 8

  In this blog we are going to understand  Sql function.   FUNCTION: A function is a database object in SQL Server. It accepts only input pa...