Monday 11 May 2020

Best Code Editor : VS Code

Hi Guys !!! Hope all is well
Today I am going to discus best code editor "VS code".  if you search on google top 5 best code editors for 2020 or 2019 or 2018, you can see VS code  editor rankings in top 3. 
VS Code 
  • VS code is a product of Microsoft and a cross-platform editor. 
  • Developers can use this powerful tool either on Windows, Linux, and mac. 
  • VS Code has powerful features that will fully support developers’ work. 
  • With the VS code, you are assured of fast system debugging and auto-completion
Key Features 
  • Cross-platform
  • Built-in Git and git commands
  • Reliable autocomplete and syntax highlighting using IntelliSense
  • Debugging code right from the editor
  • Easy to integrate with terminal
  • Extensions for customizing and extending functionalities
  • Ease of deploying projects to such platform as Microsoft Azure
  • Compatible with almost every programming language
  • Easy to use
  • Lightweight and robust as compared to other editors
  • Best part a lot of best plugin available and you can install and uninstall after use

The community support for the VS Code is incredibly passionate, and that works to everyone’s benefit. The VS Code being an open source, that community works exceptionally hard to keep VS Code competitive with the rest of the field. Written in Node.js and Electron, you can be sure the code isn’t going to become an outdated or lag behind any time soon. Their support is tremendous, and every month, they are releasing new features to keep up with the latest workflow.
Some Famous plugin 
Try this code editor and find the real power of light weight, fast code editing, compiling and  pack of powerful feature and plugin. I am sure it will suit your need. 
Some screenshot of plugin I use in my machine 



Thanks
Saurabh 
Happy Coding !!!

1 comment:

Build a Custom Kernel Module for Android

Hi Guys!!!Hope you are doing well !!!. Today I will describe how you can write a custom kernel module(Hello world) for Android and load it a...