Blog Posts by Date | tag: 'editors'


My Top 20 Favorite VS Code Extensions


August 02, 2021 / 15 min read / 2,937 views, 3 likes, 0 comments


VS Code

Microsoft released VS Code (Visual Studio Code) in 2015, and since then it has become one of the most popular text editors on the market. What has led to that popularity? It is free and lightweight, with a beautiful and intuitive user interface and it is fully customizable through extensions. Extensions can bring nearly any look or functionality you like to VS Code. But with so many extensions to choose from, which ones are right for you? I'm here to guide you with my top 20 favorite VS Code extensions.

Read more...

Vim beginners guide and cheat sheet


July 14, 2021 / 12 min read / 1,701 views, 1 likes, 0 comments


vim logo

The command line text editor vim is popular in the world of programming, and for good reason. It can be found on nearly any Unix (and often Windows) system, making it ideal for loading into remote machines and making quick edits to files. It is also very powerful in the right hands. If you watch an expert vim user code with vim, the cursor is bouncing all over as they quickly write or edit their files, all without ever touching a mouse...

I am not one of those people. I picked up vim out of necessity while working on remote hosts without access to a GUI text editor (I'm partial to VS Code). But since I needed to use vim, I wanted to get better at it, so I took a vim Udemy course, and I've been using what I've learned to get a little more efficient in vim. If you're a vim beginner, this post will teach you the commands I found most useful while learning vim. And if you're a casual vim user like me, this post can serve as a cheat sheet reminder for all the vim commands you and I will continue to forget.

Read more...