Best Code Editors
The best code editors can massively improve your productivity and increase your enjoyment of writing and reading code. There are a lot of code editors on the market and they all offer unique features and functionality. Some are better for certain tasks than others. For this tutorial we will be looking in particular at general best code editors. Ones that are not language and technology specific like Android Studios or Xcode but code editors that try to allow development, code editing and compiling for multiple different programming languages.
Atom
Atom is one of the best code editors around. It is free, open source and supports the three major operating systems (Windows, Linux (and therefore Chrome OS) and OS X). It is a quick and reliable code editor that has strong integrations with Github and Git. Which is great as it allows you to source control your project directly from the code editor without needing to install something else. There is great and extensive package support from the community. In addition to this you can write your own that you can share with everyone else.
Visual Studio Code
VS Code is a brilliant code editor that is developed by Microsoft. It has great first and third party package support to the extent that you can turn the editor to anything you need it to…