Playing with Visual Studio Code
Visual Studio Code After I downloaded the VSC on my mac, the installation is done imediately, and once you have the editor installed, some of the language support is already built-in such as the javascript syntax highlight, auto-complete. One of the features I really like is that when you open a file you can use the url from a github repo, you put in the url and VSC will clone all the associated folders for you and you will have the full project tree ready in your editor. And if you are doing front-end web develop using angular, react or vue, you can also download packages to VSC, and start doing front-end development using the built-in localhost web-server to see your UI appearance and testing or debugging on the functionalities using the chrome-debugger extension or some other extensions. Features To find a file or a string in your project you can simply just go to the search tab, and type in the key word you are searching and then the result will be ...