Here’s a quick guide on how I use Vim on a day to day basis as a developer. First, we’ll go through some settings, then we’ll cover apps I use the most often. These days, I write code mostly on a Mac, so feel free to substitute the shortcuts below as required. If you’re new… Continue reading My Vim Setup for Day to Day
Tag: intellij
Top 10 IntelliJ Shortcuts
Learning IntelliJ (or other IDE) shortcuts can make us more productive developers. In this post, I’ll highlight my top 10 IntelliJ shortcuts, which I found using the productivity guide: 10. File Structure Popup ⌘F12 or Ctrl + F12 Shows you the structure of a class with methods and properties – handy when looking at a large class.… Continue reading Top 10 IntelliJ Shortcuts