In this tutorial, I will present two features for the Visual Code user.
The first is using regular expressions.
If you want to convert a large text into HTML code, you can use Ctr+H and activate the function of the regular expression and automatically replace areas of the initial text.
A good example that adds two HTML tags to the beginning of each line, you can do the same for the end of the line with the $ symbol.
The second trick is the use of extensions, go to the left side on the Visual Code you will see an icon with squares, click and search for extensions.
I have installed several, but I recommend the following extensions:
- Tabnine – JavaScript, Python, Java, Typescript & all other languages – AI Code completion plugin. Tabnine makes developers more productive by auto-completing their code;
- WakaTime – Metrics, insights, and time tracking automatically generated from your programming activity;
- Live Server – Launch a development local Server with live reload feature for static & dynamic pages;