Posts

Showing posts from September, 2020

Day 6 : Installation of VS code

Image
VS Code : As we all used notepad till now for JavaScript. Now we are going to use the VS code. The    VS code is developed by Microsoft on 29 march 2015. Why VS code? Visual studio code contains syntax highlighting, built-in JavaScript intelliSence, debugging and formatting also. Visual studio code also provides basic support for HTML programming out of the box 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 completion. By analyzing activity patterns, the software can derive next step without user having to explicitly state it or write it.   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 c...