1
00:00:07,380 --> 00:00:14,670
In the previous video, we are able to download our text editor, and that is Visual Studio Code.

2
00:00:15,000 --> 00:00:24,870
Let's explore more about this or some text editor, Visual Studio code or voice Code for Short is a

3
00:00:24,870 --> 00:00:29,370
popular text editor among web developers.

4
00:00:29,820 --> 00:00:38,500
And one important thing is that it is an open source code editor developed by Microsoft, and it provides

5
00:00:38,500 --> 00:00:44,340
a wide range of features and tools to help us to write and manage our code.

6
00:00:44,900 --> 00:00:53,180
And one good thing about Visual Studio Code is it IntelliSense, which is a smart code completion feature

7
00:00:53,210 --> 00:00:57,710
that helps us to write code faster with fewer errors.

8
00:00:57,920 --> 00:01:06,080
And again, it also has a built in debugging to that allows us to debug our code directly from the editor.

9
00:01:06,470 --> 00:01:14,630
And one of the most important feature about Visual Studio code is a wide range of extensions and can

10
00:01:14,630 --> 00:01:19,760
be installed to add additional functionality to our code editor.

11
00:01:19,760 --> 00:01:21,920
And that is Visual Studio Code.

12
00:01:22,070 --> 00:01:25,070
So let's look at how we are going to use it.

13
00:01:25,100 --> 00:01:31,650
Well, over here we have this sidebar and this sidebar we have a couple of icons.

14
00:01:31,670 --> 00:01:37,280
The first one is the Explorer here, and I can toggle as that.

15
00:01:37,310 --> 00:01:40,100
And next step is the search icon.

16
00:01:40,100 --> 00:01:45,350
And as you move on, you're going to have a bunch of files for our project.

17
00:01:45,350 --> 00:01:52,040
And if we want to look for a specific file, we can use this feature to find a file or folder.

18
00:01:52,280 --> 00:01:55,190
And next step going to be the source control.

19
00:01:55,190 --> 00:01:58,020
And this one is what you call version control.

20
00:01:58,040 --> 00:02:03,120
And as you move on, I'll be showing you how we are going to use this one also.

21
00:02:03,140 --> 00:02:08,440
And this is what you call run and debug and use this one to debug our code.

22
00:02:08,449 --> 00:02:10,610
And next one is the extensions.

23
00:02:10,610 --> 00:02:18,380
So these extensions are being built by other community members and we can install this extension to

24
00:02:18,380 --> 00:02:22,220
add more functionality to our Visual Studio code.

25
00:02:22,490 --> 00:02:26,160
And over here too, we have the cog icon.

26
00:02:26,180 --> 00:02:32,510
And over here we can click on Settings to customize Visual Studio code to suit our need.

27
00:02:32,840 --> 00:02:36,970
And this is where we are going to write our code.

28
00:02:36,980 --> 00:02:38,030
All right.

29
00:02:38,210 --> 00:02:46,130
Next step is I don't like the color of my theme, and I can do that by searching for theme Inside the

30
00:02:46,130 --> 00:02:46,890
Explorer.

31
00:02:46,910 --> 00:02:50,990
And over here, we can search for any theme of our choice.

32
00:02:51,170 --> 00:02:55,030
And the theme that I'm going to install is what you call nine.

33
00:02:55,040 --> 00:03:02,810
Or I prefer to use this theme, and I'll go ahead and click on that and click on install.

34
00:03:02,900 --> 00:03:10,220
As you can see that it has changed the theme of my Visual Studio code and they have different styles

35
00:03:10,220 --> 00:03:13,790
and I want ninth or no italics.

36
00:03:13,820 --> 00:03:14,780
Great.

37
00:03:14,930 --> 00:03:19,040
And next step is we need to install some of the extensions.

38
00:03:19,040 --> 00:03:25,550
But don't worry, as you move on, I'll be showing you some of the extensions that we are going to use.

39
00:03:25,550 --> 00:03:29,800
For the meantime, let's move step by step in the next video.

40
00:03:29,810 --> 00:03:31,970
Let's get started with the real code.

