Choice of IDE or Text Editor is an important decision for any professional. Coding productivity always reduce when you are in a situation where you can't use your familiar setup. There are numerous choices but I think it comes down to three categories.
I used to code in C# during my college years. What I remember is that you have to use a professional IDE if you want to do anything serious.
Later on I switched to PHP, I was using Sublime text as my primary code editor. I tried Atom as well, and settled with that. Around this time Microsoft introduced VSCode, it was getting good praise so I tried it. It is a very good code editor, I used it for years.
I was happy with VS Code but there was always an issue with my setup. As a full stack developer, at any given time your system could look like this.
Go on Stackoverflow, Reddit or 4Channel, you will always hear about Vim/Emacs, doing everything from the home row. Never touching your mouse. Some examples
A few months back I got some free time to switch my usual setup. So I thought I will try Vim. I found a modern take on Vim, called Neovim. I FORCED my self to use Neovim. First week was hard, really hard. I had my project opened in VSCode along with Neovim. I kept hopping back and forth. Here are some tips that might help if you want to switch.
I absolutely recommend Neovim. I think my productivity increased by about 20% - 30% after switch. It took me about 20 - 30 days to get fully comfortable. Neovim plugins are really good. You get full TypeScript / Flow support if you are using that. You will never miss your old IDE in that regard. It loads in an instant, which may never be possible for any Electron based IDE :)