When developing web applications using JavaScript, Prettier is commonly used for style guide purposes. If you're using an IDE, you can configure Prettier to automatically apply style formatting or update the code when saving. In this article, we'll briefly explore Prettier and how to set it up in your IDE.# Why use Pre...
When using the web development editor Intellij (or WebStorm), you may sometimes need to use the vi or vim file editing feature in the terminal. In this case, you need to press the esc key to save changes while in insert mode. However, when you press the "esc" key in Intellij, it usually focuses out of the terminal, mak...