Application developers would rely on Atom code editor to create code for a while now. However, Atom code editor is now sunset per this https://github.blog/2022-06-08-sunsetting-atom/. The option left now is to migrate to another code editor. And one of the best out there is Visual Studio Code (vscode).
Since most of the work I do is on the Linux platform i.e. Linux Mint, Ubuntu or Fedora, the replacement needed to work on Linux too.
I chose to move to Visual Studio Code (vscode) by Microsoft, that’s available at https://code.visualstudio.com/. vscode has a large number of popular features and extensions but I need equivalents to some packages I used in atom. Below is the list of extensions in Visual Studio Code that made it closer to Atom and to some extent even better.
Extensions installed on Visual Studio Code:
- Atom Key Map by Microsoft
- ESLint by Microsoft
- Node.js Modules Intellisense by Zongmin Lei
- Prettier – Code Formatter by Prettier
- Toggle Column Selection by Erik P. Hansen
- vsCode-Pigments by Jasper De Moor
- Bootstrap 5 QuickSnippets by Anbuselvan Rocky
As I learn more vscode, will update the above list with any other extensions that I install.