In today session we are going to explore Microsoft Visual Studio Code Editor within 10 minutes. VS code editor is getting popularity because of its more advance and free of cost features. We can install a large number of useful development extensions without any cost. VS code also provide much flexible way for version control. It means we can track and also commit changes to remote repositories using VS code editor easily.
There is also quick access to windows terminal and powershell. VS code editor has versatile features for HTML and web development. We can install HTML Live Preview extension to view the changes quickly after saving the document in IDE. Here is also another famous and powerful extension called live server that helps in web development.
In this video tutorial we cover the following features of VS Code Editor.
1. IDE Interface
2. IDE Tools
3. VS Extensions
4. Source Control
After watching this video we will be able to easily use this code editor for any kind of development. This may be web development using HTML and php or may be using python.