Use This Instead Of Vim
Welcome back! Vim is a very popular text editor that many people use to develop their coding projects in, however, there maybe a better alternative for you. Personally, I believe Vim has been a very important tool that many developers have used for many years now, but did you know that VS Code has a Vim extension available? Well, there actually is! This allows for Vim feature emulation inside of your VS Code setup! Here is a link to the extension if you want to learn more about it:
What is the benefit of this over Vim? First off, VS Code may have more features available for this editor than Vim, this allows you to use your favorite features of Vim, while using a very popular editor like VS Code! In case you don’t have VS Code installed on your machine, here is a link to it:
Once you have this extension installed, all you have to do is setup your…