Posts

Showing posts with the label extensions

Most Popular and Useful Extensions of VS Code for 2020

Image
VS Code extensions which every developer should use As a Developer, I have utilized many IDEs like Eclipse, NetBeans, Atom, VS Code and Sublime Text editor etc. Among them, I personally found Visual Studio code is the best c, especially for web development. There are thousands of extensions in the Visual Studio code. From that, I’ll show you some best extensions. 1) GitLens It is a most puissant git management extension. It is utilized to check git history, blame information, line and file history, commit probing and much more things. You will love it when you try it. You can Install it from HERE 2) Prettier To keep the same and standard format in the entire project is very hard when you work in a team. Prettier takes care of code formatting; it will avail you to maintain code consistency in the format. It’s super facile and configured for auto-format code on every preserve. You can Install it from HERE 3) Live Share It’s very subsidiary when you have to collaboratively edit and debug ...