IONIC - 3.1 Installing VsCode

Click here for more videos available on our youtube channel !

For the creation of our project, we will need a text editor. But what is it ? A text editor is software intended for the creation and editing of text type files. So there are different text editors, you have "Atom", "Sublime Text" or "Visual Studio Code". On our side we will go on "Visual Studio Code" but you can very well use another editor of text according to your preferences, there is no problem. So, regarding the realization, you can very well create HTML, CSS, JavaScript type pages, for example for the front side, for the back part you have for example the PHP part. To do so, we go directly to the official visualstudiocode website. And we will click on Download, then depending on your operating system you can download the application. I take "Mac" directly, that's it. So I leave you to download and follow the download protocol which is pretty simple, and we'll see you in a moment. Once it's downloaded, we end up here. So here is the page, here you have "explore" so it will be to scroll through your tree. Here we have the "search" section which will allow you to search for the files you need. Here we have all "source control", so all your embedded files. There here you have "rue and debug" if you need. Then we have extensions, so this is very important, I will show you some useful extensions. And then that we don't need it, it's the "nx console" when you need the console, for now This is not the case. So we'll directly create a folder, I'll directly show you, "new folder" we're going to do "file", now we're going to get the file. We will go directly to "file", "open folder", in office I find my folder, like this. And I'm going to click on "new file" for example I will call it "index.html". Regarding the extensions, I installed the one from "Angular essentials" also "Angular language service" which will allow you to facilitate the fact of writing the code. We will directly offer you tags to incorporate to write Angular code. The extensions will allow you to facilitate your work they also allow you to organize and structure your code well in order to improve your quality and your work. And that's why I use "VsCode", i.e. it has a lot of ease, at the extension level, there is a plurality, you can install all you want of course depending of its effectiveness. You will always have a rating depending on the users, but you can very well, if you want go directly to the terminal, if you want to make commands, it's very easy to use, very simple and very fun, that's why I use this text editor. So much for this video about VisualStudioCode and its installation, now we will move on to the practice of the project.